Shades of Cold Purple #A69ABC
Tints of Cold Purple #A69ABC
RGB
CMYK
RGB Variations
Color information
#A69ABC (or 0xA69ABC) is known color: Cold Purple. HEX triplet: A6, 9A and BC. RGB value is (166,154,188). Sum of RGB (Red+Green+Blue) = 166+154+188=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 188 - color contains mainly: blue. Hex color #A69ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69ABC is #596543. Grayscale: #A1A1A1. Windows color (decimal): -5858628 or 12360358. OLE color: 12360358.
HSL color Cylindrical-coordinate representation of color #A69ABC: hue angle of 261.18º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A69ABC is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 154 | 188 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.26 |
| HSL | 261.18º | 0.2% | 0.67% | - |
| HSV(B) | 261.18º | 0.18% | 0.74% | - |
| XYZ | 36.36 | 34.85 | 52.39 | - |
| YUV | 161.46 | 142.98 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 154 | 188 | 0.12 | 0.18 | 0 | 0.26 | 261.18 | 0.2 | 0.67 |
| Hex | A6 | 9A | BC | C | 12 | 0 | 1A | 105 | 14 | 43 |
| Octal | 246 | 232 | 274 | 14 | 22 | 0 | 32 | 405 | 24 | 103 |
| Binary | 10100110 | 10011010 | 10111100 | 1100 | 10010 | 0 | 11010 | 100000101 | 10100 | 1000011 |
Color Harmonies of #A69ABC
Complementary color
Monochromatic Colors of #A69ABC
Black with #A69ABC
Text Example
Text Example
White with #A69ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69ABC; }
p { color: rgb(166,154,188); }
H1.HeaderClassName
{
color: #A69ABC;
}
.AnyTagClassName
{
color: #A69ABC;
}
</style>
background-color css
<style>
a { background-color: #A69ABC; }
a { background-color: rgb(166,154,188); }
div.DivClassName
{
background-color: #A69ABC;
}
.BgClassName
{
background-color: #A69ABC;
}
</style>
border-color css
<style>
span { border-color: #A69ABC; }
span { border-color: rgb(166,154,188); }
td.TdClassName
{
border-color: #A69ABC;
}
.TagClassName
{
border-color: #A69ABC;
}
</style>