Shades of Cold Purple #A49ABB
Tints of Cold Purple #A49ABB
RGB
CMYK
RGB Variations
Color information
#A49ABB (or 0xA49ABB) is known color: Cold Purple. HEX triplet: A4, 9A and BB. RGB value is (164,154,187). Sum of RGB (Red+Green+Blue) = 164+154+187=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 187 - color contains mainly: blue. Hex color #A49ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49ABB is #5B6544. Grayscale: #A0A0A0. Windows color (decimal): -5989701 or 12294820. OLE color: 12294820.
HSL color Cylindrical-coordinate representation of color #A49ABB: hue angle of 258.18º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A49ABB is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 154 | 187 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.27 |
| HSL | 258.18º | 0.2% | 0.67% | - |
| HSV(B) | 258.18º | 0.18% | 0.73% | - |
| XYZ | 35.84 | 34.59 | 51.8 | - |
| YUV | 160.75 | 142.81 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 154 | 187 | 0.12 | 0.18 | 0 | 0.27 | 258.18 | 0.2 | 0.67 |
| Hex | A4 | 9A | BB | C | 12 | 0 | 1B | 102 | 14 | 43 |
| Octal | 244 | 232 | 273 | 14 | 22 | 0 | 33 | 402 | 24 | 103 |
| Binary | 10100100 | 10011010 | 10111011 | 1100 | 10010 | 0 | 11011 | 100000010 | 10100 | 1000011 |
Color Harmonies of #A49ABB
Complementary color
Monochromatic Colors of #A49ABB
Black with #A49ABB
Text Example
Text Example
White with #A49ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49ABB; }
p { color: rgb(164,154,187); }
H1.HeaderClassName
{
color: #A49ABB;
}
.AnyTagClassName
{
color: #A49ABB;
}
</style>
background-color css
<style>
a { background-color: #A49ABB; }
a { background-color: rgb(164,154,187); }
div.DivClassName
{
background-color: #A49ABB;
}
.BgClassName
{
background-color: #A49ABB;
}
</style>
border-color css
<style>
span { border-color: #A49ABB; }
span { border-color: rgb(164,154,187); }
td.TdClassName
{
border-color: #A49ABB;
}
.TagClassName
{
border-color: #A49ABB;
}
</style>