Shades of Cold Purple #A69DB5
Tints of Cold Purple #A69DB5
RGB
CMYK
RGB Variations
Color information
#A69DB5 (or 0xA69DB5) is known color: Cold Purple. HEX triplet: A6, 9D and B5. RGB value is (166,157,181). Sum of RGB (Red+Green+Blue) = 166+157+181=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 181 - color contains mainly: blue. Hex color #A69DB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69DB5 is #59624A. Grayscale: #A2A2A2. Windows color (decimal): -5857867 or 11902374. OLE color: 11902374.
HSL color Cylindrical-coordinate representation of color #A69DB5: hue angle of 262.5º 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 #A69DB5 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 157 | 181 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.29 |
| HSL | 262.5º | 0.14% | 0.66% | - |
| HSV(B) | 262.5º | 0.13% | 0.71% | - |
| XYZ | 36.12 | 35.56 | 48.68 | - |
| YUV | 162.43 | 138.48 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 157 | 181 | 0.08 | 0.13 | 0 | 0.29 | 262.5 | 0.14 | 0.66 |
| Hex | A6 | 9D | B5 | 8 | D | 0 | 1D | 106 | E | 42 |
| Octal | 246 | 235 | 265 | 10 | 15 | 0 | 35 | 406 | 16 | 102 |
| Binary | 10100110 | 10011101 | 10110101 | 1000 | 1101 | 0 | 11101 | 100000110 | 1110 | 1000010 |
Color Harmonies of #A69DB5
Complementary color
Monochromatic Colors of #A69DB5
Black with #A69DB5
Text Example
Text Example
White with #A69DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69DB5; }
p { color: rgb(166,157,181); }
H1.HeaderClassName
{
color: #A69DB5;
}
.AnyTagClassName
{
color: #A69DB5;
}
</style>
background-color css
<style>
a { background-color: #A69DB5; }
a { background-color: rgb(166,157,181); }
div.DivClassName
{
background-color: #A69DB5;
}
.BgClassName
{
background-color: #A69DB5;
}
</style>
border-color css
<style>
span { border-color: #A69DB5; }
span { border-color: rgb(166,157,181); }
td.TdClassName
{
border-color: #A69DB5;
}
.TagClassName
{
border-color: #A69DB5;
}
</style>