Shades of Cold Purple #A79ABB
Tints of Cold Purple #A79ABB
RGB
CMYK
RGB Variations
Color information
#A79ABB (or 0xA79ABB) is known color: Cold Purple. HEX triplet: A7, 9A and BB. RGB value is (167,154,187). Sum of RGB (Red+Green+Blue) = 167+154+187=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 187 - color contains mainly: blue. Hex color #A79ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79ABB is #586544. Grayscale: #A1A1A1. Windows color (decimal): -5793093 or 12294823. OLE color: 12294823.
HSL color Cylindrical-coordinate representation of color #A79ABB: hue angle of 263.64º 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 #A79ABB is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 154 | 187 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.27 |
| HSL | 263.64º | 0.2% | 0.67% | - |
| HSV(B) | 263.64º | 0.18% | 0.73% | - |
| XYZ | 36.46 | 34.91 | 51.83 | - |
| YUV | 161.65 | 142.31 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 154 | 187 | 0.11 | 0.18 | 0 | 0.27 | 263.64 | 0.2 | 0.67 |
| Hex | A7 | 9A | BB | B | 12 | 0 | 1B | 108 | 14 | 43 |
| Octal | 247 | 232 | 273 | 13 | 22 | 0 | 33 | 410 | 24 | 103 |
| Binary | 10100111 | 10011010 | 10111011 | 1011 | 10010 | 0 | 11011 | 100001000 | 10100 | 1000011 |
Color Harmonies of #A79ABB
Complementary color
Monochromatic Colors of #A79ABB
Black with #A79ABB
Text Example
Text Example
White with #A79ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79ABB; }
p { color: rgb(167,154,187); }
H1.HeaderClassName
{
color: #A79ABB;
}
.AnyTagClassName
{
color: #A79ABB;
}
</style>
background-color css
<style>
a { background-color: #A79ABB; }
a { background-color: rgb(167,154,187); }
div.DivClassName
{
background-color: #A79ABB;
}
.BgClassName
{
background-color: #A79ABB;
}
</style>
border-color css
<style>
span { border-color: #A79ABB; }
span { border-color: rgb(167,154,187); }
td.TdClassName
{
border-color: #A79ABB;
}
.TagClassName
{
border-color: #A79ABB;
}
</style>