Shades of Cold Purple #A69DBD
Tints of Cold Purple #A69DBD
RGB
CMYK
RGB Variations
Color information
#A69DBD (or 0xA69DBD) is known color: Cold Purple. HEX triplet: A6, 9D and BD. RGB value is (166,157,189). Sum of RGB (Red+Green+Blue) = 166+157+189=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 189 - color contains mainly: blue. Hex color #A69DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69DBD is #596242. Grayscale: #A3A3A3. Windows color (decimal): -5857859 or 12426662. OLE color: 12426662.
HSL color Cylindrical-coordinate representation of color #A69DBD: hue angle of 256.88º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A69DBD is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 157 | 189 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.26 |
| HSL | 256.88º | 0.2% | 0.68% | - |
| HSV(B) | 256.88º | 0.17% | 0.74% | - |
| XYZ | 36.97 | 35.9 | 53.12 | - |
| YUV | 163.34 | 142.48 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 157 | 189 | 0.12 | 0.17 | 0 | 0.26 | 256.88 | 0.2 | 0.68 |
| Hex | A6 | 9D | BD | C | 11 | 0 | 1A | 101 | 14 | 44 |
| Octal | 246 | 235 | 275 | 14 | 21 | 0 | 32 | 401 | 24 | 104 |
| Binary | 10100110 | 10011101 | 10111101 | 1100 | 10001 | 0 | 11010 | 100000001 | 10100 | 1000100 |
Color Harmonies of #A69DBD
Complementary color
Monochromatic Colors of #A69DBD
Black with #A69DBD
Text Example
Text Example
White with #A69DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69DBD; }
p { color: rgb(166,157,189); }
H1.HeaderClassName
{
color: #A69DBD;
}
.AnyTagClassName
{
color: #A69DBD;
}
</style>
background-color css
<style>
a { background-color: #A69DBD; }
a { background-color: rgb(166,157,189); }
div.DivClassName
{
background-color: #A69DBD;
}
.BgClassName
{
background-color: #A69DBD;
}
</style>
border-color css
<style>
span { border-color: #A69DBD; }
span { border-color: rgb(166,157,189); }
td.TdClassName
{
border-color: #A69DBD;
}
.TagClassName
{
border-color: #A69DBD;
}
</style>