Shades of Cold Purple #A49AC0
Tints of Cold Purple #A49AC0
RGB
CMYK
RGB Variations
Color information
#A49AC0 (or 0xA49AC0) is known color: 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
| RGB | 164 | 154 | 192 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.25 |
| HSL | 255.79º | 0.23% | 0.68% | - |
| HSV(B) | 255.79º | 0.2% | 0.75% | - |
| XYZ | 36.38 | 34.81 | 54.67 | - |
| YUV | 161.32 | 145.31 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 154 | 192 | 0.15 | 0.20 | 0 | 0.25 | 255.79 | 0.23 | 0.68 |
| Hex | A4 | 9A | C0 | F | 14 | 0 | 19 | 100 | 17 | 44 |
| Octal | 244 | 232 | 300 | 17 | 24 | 0 | 31 | 400 | 27 | 104 |
| Binary | 10100100 | 10011010 | 11000000 | 1111 | 10100 | 0 | 11001 | 100000000 | 10111 | 1000100 |
Color Harmonies of #A49AC0
Complementary color
Monochromatic Colors of #A49AC0
Black with #A49AC0
Text Example
Text Example
White with #A49AC0
Text Example
Text Example
HTML Codes & Css Web 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>