Shades of Cold Purple #A69CB4
Tints of Cold Purple #A69CB4
RGB
CMYK
RGB Variations
Color information
#A69CB4 (or 0xA69CB4) is known color: Cold Purple. HEX triplet: A6, 9C and B4. RGB value is (166,156,180). Sum of RGB (Red+Green+Blue) = 166+156+180=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 180 - color contains mainly: blue. Hex color #A69CB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69CB4 is #59634B. Grayscale: #A1A1A1. Windows color (decimal): -5858124 or 11836582. OLE color: 11836582.
HSL color Cylindrical-coordinate representation of color #A69CB4: hue angle of 265º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A69CB4 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 156 | 180 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.29 |
| HSL | 265º | 0.14% | 0.66% | - |
| HSV(B) | 265º | 0.13% | 0.71% | - |
| XYZ | 35.85 | 35.18 | 48.08 | - |
| YUV | 161.73 | 138.31 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 156 | 180 | 0.08 | 0.13 | 0 | 0.29 | 265 | 0.14 | 0.66 |
| Hex | A6 | 9C | B4 | 8 | D | 0 | 1D | 109 | E | 42 |
| Octal | 246 | 234 | 264 | 10 | 15 | 0 | 35 | 411 | 16 | 102 |
| Binary | 10100110 | 10011100 | 10110100 | 1000 | 1101 | 0 | 11101 | 100001001 | 1110 | 1000010 |
Color Harmonies of #A69CB4
Complementary color
Monochromatic Colors of #A69CB4
Black with #A69CB4
Text Example
Text Example
White with #A69CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69CB4; }
p { color: rgb(166,156,180); }
H1.HeaderClassName
{
color: #A69CB4;
}
.AnyTagClassName
{
color: #A69CB4;
}
</style>
background-color css
<style>
a { background-color: #A69CB4; }
a { background-color: rgb(166,156,180); }
div.DivClassName
{
background-color: #A69CB4;
}
.BgClassName
{
background-color: #A69CB4;
}
</style>
border-color css
<style>
span { border-color: #A69CB4; }
span { border-color: rgb(166,156,180); }
td.TdClassName
{
border-color: #A69CB4;
}
.TagClassName
{
border-color: #A69CB4;
}
</style>