Shades of Cold Purple #A69DBB
Tints of Cold Purple #A69DBB
RGB
CMYK
RGB Variations
Color information
#A69DBB (or 0xA69DBB) is known color: Cold Purple. HEX triplet: A6, 9D and BB. RGB value is (166,157,187). Sum of RGB (Red+Green+Blue) = 166+157+187=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 187 - color contains mainly: blue. Hex color #A69DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69DBB is #596244. Grayscale: #A3A3A3. Windows color (decimal): -5857861 or 12295590. OLE color: 12295590.
HSL color Cylindrical-coordinate representation of color #A69DBB: hue angle of 258º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A69DBB is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 157 | 187 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.27 |
| HSL | 258º | 0.18% | 0.67% | - |
| HSV(B) | 258º | 0.16% | 0.73% | - |
| XYZ | 36.75 | 35.81 | 51.99 | - |
| YUV | 163.11 | 141.48 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 157 | 187 | 0.11 | 0.16 | 0 | 0.27 | 258 | 0.18 | 0.67 |
| Hex | A6 | 9D | BB | B | 10 | 0 | 1B | 102 | 12 | 43 |
| Octal | 246 | 235 | 273 | 13 | 20 | 0 | 33 | 402 | 22 | 103 |
| Binary | 10100110 | 10011101 | 10111011 | 1011 | 10000 | 0 | 11011 | 100000010 | 10010 | 1000011 |
Color Harmonies of #A69DBB
Complementary color
Monochromatic Colors of #A69DBB
Black with #A69DBB
Text Example
Text Example
White with #A69DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69DBB; }
p { color: rgb(166,157,187); }
H1.HeaderClassName
{
color: #A69DBB;
}
.AnyTagClassName
{
color: #A69DBB;
}
</style>
background-color css
<style>
a { background-color: #A69DBB; }
a { background-color: rgb(166,157,187); }
div.DivClassName
{
background-color: #A69DBB;
}
.BgClassName
{
background-color: #A69DBB;
}
</style>
border-color css
<style>
span { border-color: #A69DBB; }
span { border-color: rgb(166,157,187); }
td.TdClassName
{
border-color: #A69DBB;
}
.TagClassName
{
border-color: #A69DBB;
}
</style>