Shades of Cold Purple #A69EB2
Tints of Cold Purple #A69EB2
RGB
CMYK
RGB Variations
Color information
#A69EB2 (or 0xA69EB2) is known color: Cold Purple. HEX triplet: A6, 9E and B2. RGB value is (166,158,178). Sum of RGB (Red+Green+Blue) = 166+158+178=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 178 - color contains mainly: blue. Hex color #A69EB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69EB2 is #59614D. Grayscale: #A2A2A2. Windows color (decimal): -5857614 or 11706022. OLE color: 11706022.
HSL color Cylindrical-coordinate representation of color #A69EB2: hue angle of 264º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A69EB2 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 158 | 178 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.30 |
| HSL | 264º | 0.11% | 0.66% | - |
| HSV(B) | 264º | 0.11% | 0.7% | - |
| XYZ | 35.99 | 35.78 | 47.13 | - |
| YUV | 162.67 | 136.65 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 158 | 178 | 0.07 | 0.11 | 0 | 0.30 | 264 | 0.11 | 0.66 |
| Hex | A6 | 9E | B2 | 7 | B | 0 | 1E | 108 | B | 42 |
| Octal | 246 | 236 | 262 | 7 | 13 | 0 | 36 | 410 | 13 | 102 |
| Binary | 10100110 | 10011110 | 10110010 | 111 | 1011 | 0 | 11110 | 100001000 | 1011 | 1000010 |
Color Harmonies of #A69EB2
Complementary color
Monochromatic Colors of #A69EB2
Black with #A69EB2
Text Example
Text Example
White with #A69EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69EB2; }
p { color: rgb(166,158,178); }
H1.HeaderClassName
{
color: #A69EB2;
}
.AnyTagClassName
{
color: #A69EB2;
}
</style>
background-color css
<style>
a { background-color: #A69EB2; }
a { background-color: rgb(166,158,178); }
div.DivClassName
{
background-color: #A69EB2;
}
.BgClassName
{
background-color: #A69EB2;
}
</style>
border-color css
<style>
span { border-color: #A69EB2; }
span { border-color: rgb(166,158,178); }
td.TdClassName
{
border-color: #A69EB2;
}
.TagClassName
{
border-color: #A69EB2;
}
</style>