#A49AC0

Color #A49AC0 Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #A49AC0

Tints of Cold Purple #A49AC0

Color information

#A49AC0 (or 0xA49AC0) is unknown color: approx Cold Purple. HEX triplet: A4, 9A and C0. RGB value is (164,154,192). Sum of RGB (Red+Green+Blue) = 164+154+192=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 154 (60.55% from 255 or 30.20% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 192 - color contains mainly: blue. Hex color #A49AC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49AC0 is #5B653F. Grayscale: #A1A1A1. Windows color (decimal): -5989696 or 12622500. OLE color: 12622500.

HSL color Cylindrical-coordinate representation of color #A49AC0: hue angle of 255.79º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A49AC0 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164154192-
CMYK0.150.2000.25
HSL255.79º23.17%67.84%-
HSV(B)255.79º19.79%75.29%-
XYZ36.3834.8154.67-
YUV161.32145.31129.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 32.16%
GREEN value IS 154 (60.55% from 255) = 30.20%
BLUE value IS 192 (75.39% from 255) = 37.65%
R=32.16%
G=30.20%
B=37.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641541920.150.2000.25255.7923.1767.84
HexA49AC0F140191001744
Octal244232300172403140027104
Binary101001001001101011000000111110100011001100000000101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49AC0; }

 p { color: rgb(164,154,192); }

 H1.HeaderClassName
 {
   color: #A49AC0;
 }
 .AnyTagClassName
 {
   color: #A49AC0;
 }
</style>
background-color css

<style>
 a { background-color: #A49AC0; }

 a { background-color: rgb(164,154,192); }

 div.DivClassName
 {
   background-color: #A49AC0;
 }
 .BgClassName
 {
   background-color: #A49AC0;
 }
</style>
border-color css

<style>
 span { border-color: #A49AC0; }

 span { border-color: rgb(164,154,192); }

 td.TdClassName
 {
   border-color: #A49AC0;
 }
 .TagClassName
 {
   border-color: #A49AC0;
 }
</style>