COLOR #A399CC

HEX: #A399CC
RGB: (163,153,204)

Color info

#A399CC contains red, green and blue colors in about the same proportion. Web safe color of #A399CC is #9999CC (or #99C).

RGB color model

#A399CC color RGB value is (163,153,204).

  • red value is 163;
  • green value is 153;
  • blue value is 204.
RGB:
(163,153,204)
(64%,60%,80%)

RGB channels and saturation

R 163 of 255 = 64%
G 153 of 255 = 60%
B 204 of 255 = 80%

163
153
204

R + G + B ~ 68%. #A399CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 153 + 204 = 520 (100%)
R 163 of 520 ~ 31.35%
G 153 of 520 ~ 29.42%
B 204 of 520 ~ 39.23%

%31.35
%29.42
%39.23

CMYK color model

#A399CC color CMYK value is (20,25,0,20).

  • cyan value is 20.10%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(20,25,0,20)
C20M25Y0K20 
(20%,25%,0%,20%)
(0.20/0.25/0.00/0.20)	

CMYK percentages

%20.1
%25
%0
%20

Codes

Color #A399CC in popluar color models

A399CC
RGB163153204
HSL252°33.33%70.00%
HSB/HSV252°25.00%80.00%
CMYK20.10%25.00%0.00%
20.00%

Color #A399CC in popluar number systems.

HEXA399CC
Decimal163153204
Binary101000111001100111001100
Octal243231314

Shades and tints

Shades of #A399CC

#A399CC
(163,153,204)
#958CBA
(149,140,186)
#877FA8
(135,127,168)
#797296
(121,114,150)
#6B6584
(107,101,132)
#5D5872
(93,88,114)
#4F4B60
(79,75,96)
#413E4E
(65,62,78)
#33313C
(51,49,60)
#25242A
(37,36,42)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #A399CC

#A399CC
(163,153,204)
#ABA2D0
(171,162,208)
#B3ABD4
(179,171,212)
#BBB4D8
(187,180,216)
#C3BDDC
(195,189,220)
#CBC6E0
(203,198,224)
#D3CFE4
(211,207,228)
#DBD8E8
(219,216,232)
#E3E1EC
(227,225,236)
#EBEAF0
(235,234,240)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A399CC color. Also use rgb(163,153,204) instead hex code.

Text Font Color

.myTextColor { color: #A399CC; }

<p style="color:#A399CC">This sample text font color is #A399CC.</p>

This text font color is #A399CC.


Background Color

.myBgColor { background-color: #A399CC; }

<div style="background-color:#A399CC">Inner text</div>

This div background color is #A399CC.


Border color

.myBorderColor { border: 1px solid #A399CC; }

<div style="border:3px solid #A399CC">Div</div>

This div border color is #A399CC.


Opacity

.myOpacity80 { color: #A399CC; opacity: 0.8; }

<p style="color:#A399CC;opacity:0.8;">80%</p>

Text with #A399CC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A399CC;}

<p style="text-shadow: 3px 3px 1px #A399CC">Text here.</p>

This text has shadow with #A399CC color.

.textShadow {text-shadow: 3px 3px 1px #A399CC, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A399CC, 5px 5px 20px red">Text here.</p>

This text has shadow with #A399CC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A399CC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A399CC, Direction=45, Strength=4)">Text</p>

This text has shadow with #A399CC and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A399CC;
  -webkit-box-shadow:	1px 1px 3px 2px #A399CC;
  box-shadow:		1px 1px 3px 2px #A399CC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A399CC;
-webkit-box-shadow: 1px 1px 3px 2px #A399CC;
box-shadow:1px 1px 3px 2px #A399CC;">
Div content here</div>
This div box has shadow with color #A399CC.

Preview

Color preview on black background

This text has color #A399CC on black background.


Color preview on white background

This text has color #A399CC on white background.



Black color preview on #A399CC background

This text has black color on #A399CC background.


White color preview on #A399CC background

This text has white color on #A399CC background.