Shades of Cold Purple #A69DB2
Tints of Cold Purple #A69DB2
RGB
CMYK
RGB Variations
Color information
#A69DB2 (or 0xA69DB2) is known color: Cold Purple. HEX triplet: A6, 9D and B2. RGB value is (166,157,178). Sum of RGB (Red+Green+Blue) = 166+157+178=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 178 - color contains mainly: blue. Hex color #A69DB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69DB2 is #59624D. Grayscale: #A2A2A2. Windows color (decimal): -5857870 or 11705766. OLE color: 11705766.
HSL color Cylindrical-coordinate representation of color #A69DB2: hue angle of 265.71º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A69DB2 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 166 | 157 | 178 | - |
CMYK | 0.07 | 0.12 | 0 | 0.30 |
HSL | 265.71º | 0.12% | 0.66% | - |
HSV(B) | 265.71º | 0.12% | 0.7% | - |
XYZ | 35.82 | 35.44 | 47.07 | - |
YUV | 162.09 | 136.98 | 130.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 157 | 178 | 0.07 | 0.12 | 0 | 0.30 | 265.71 | 0.12 | 0.66 |
Hex | A6 | 9D | B2 | 7 | C | 0 | 1E | 10A | C | 42 |
Octal | 246 | 235 | 262 | 7 | 14 | 0 | 36 | 412 | 14 | 102 |
Binary | 10100110 | 10011101 | 10110010 | 111 | 1100 | 0 | 11110 | 100001010 | 1100 | 1000010 |
Color Harmonies of #A69DB2
Complementary color
Monochromatic Colors of #A69DB2
Black with #A69DB2
Text Example
Text Example
White with #A69DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69DB2; }
p { color: rgb(166,157,178); }
H1.HeaderClassName
{
color: #A69DB2;
}
.AnyTagClassName
{
color: #A69DB2;
}
</style>
background-color css
<style>
a { background-color: #A69DB2; }
a { background-color: rgb(166,157,178); }
div.DivClassName
{
background-color: #A69DB2;
}
.BgClassName
{
background-color: #A69DB2;
}
</style>
border-color css
<style>
span { border-color: #A69DB2; }
span { border-color: rgb(166,157,178); }
td.TdClassName
{
border-color: #A69DB2;
}
.TagClassName
{
border-color: #A69DB2;
}
</style>