Shades of Cold Purple #A69DBC
Tints of Cold Purple #A69DBC
RGB
CMYK
RGB Variations
Color information
#A69DBC (or 0xA69DBC) is known color: Cold Purple. HEX triplet: A6, 9D and BC. RGB value is (166,157,188). Sum of RGB (Red+Green+Blue) = 166+157+188=511 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.49% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 188 - color contains mainly: blue. Hex color #A69DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69DBC is #596243. Grayscale: #A3A3A3. Windows color (decimal): -5857860 or 12361126. OLE color: 12361126.
HSL color Cylindrical-coordinate representation of color #A69DBC: hue angle of 257.42º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A69DBC is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 157 | 188 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.26 |
| HSL | 257.42º | 0.19% | 0.68% | - |
| HSV(B) | 257.42º | 0.16% | 0.74% | - |
| XYZ | 36.86 | 35.85 | 52.55 | - |
| YUV | 163.23 | 141.98 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 157 | 188 | 0.12 | 0.16 | 0 | 0.26 | 257.42 | 0.19 | 0.68 |
| Hex | A6 | 9D | BC | C | 10 | 0 | 1A | 101 | 13 | 44 |
| Octal | 246 | 235 | 274 | 14 | 20 | 0 | 32 | 401 | 23 | 104 |
| Binary | 10100110 | 10011101 | 10111100 | 1100 | 10000 | 0 | 11010 | 100000001 | 10011 | 1000100 |
Color Harmonies of #A69DBC
Complementary color
Monochromatic Colors of #A69DBC
Black with #A69DBC
Text Example
Text Example
White with #A69DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69DBC; }
p { color: rgb(166,157,188); }
H1.HeaderClassName
{
color: #A69DBC;
}
.AnyTagClassName
{
color: #A69DBC;
}
</style>
background-color css
<style>
a { background-color: #A69DBC; }
a { background-color: rgb(166,157,188); }
div.DivClassName
{
background-color: #A69DBC;
}
.BgClassName
{
background-color: #A69DBC;
}
</style>
border-color css
<style>
span { border-color: #A69DBC; }
span { border-color: rgb(166,157,188); }
td.TdClassName
{
border-color: #A69DBC;
}
.TagClassName
{
border-color: #A69DBC;
}
</style>