Shades of Cold Purple #A69BBC
Tints of Cold Purple #A69BBC
RGB
CMYK
RGB Variations
Color information
#A69BBC (or 0xA69BBC) is known color: Cold Purple. HEX triplet: A6, 9B and BC. RGB value is (166,155,188). Sum of RGB (Red+Green+Blue) = 166+155+188=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 188 - color contains mainly: blue. Hex color #A69BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69BBC is #596443. Grayscale: #A1A1A1. Windows color (decimal): -5858372 or 12360614. OLE color: 12360614.
HSL color Cylindrical-coordinate representation of color #A69BBC: hue angle of 260º 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 #A69BBC is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 155 | 188 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.26 |
| HSL | 260º | 0.2% | 0.67% | - |
| HSV(B) | 260º | 0.18% | 0.74% | - |
| XYZ | 36.52 | 35.18 | 52.44 | - |
| YUV | 162.05 | 142.64 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 155 | 188 | 0.12 | 0.18 | 0 | 0.26 | 260 | 0.2 | 0.67 |
| Hex | A6 | 9B | BC | C | 12 | 0 | 1A | 104 | 14 | 43 |
| Octal | 246 | 233 | 274 | 14 | 22 | 0 | 32 | 404 | 24 | 103 |
| Binary | 10100110 | 10011011 | 10111100 | 1100 | 10010 | 0 | 11010 | 100000100 | 10100 | 1000011 |
Color Harmonies of #A69BBC
Complementary color
Monochromatic Colors of #A69BBC
Black with #A69BBC
Text Example
Text Example
White with #A69BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69BBC; }
p { color: rgb(166,155,188); }
H1.HeaderClassName
{
color: #A69BBC;
}
.AnyTagClassName
{
color: #A69BBC;
}
</style>
background-color css
<style>
a { background-color: #A69BBC; }
a { background-color: rgb(166,155,188); }
div.DivClassName
{
background-color: #A69BBC;
}
.BgClassName
{
background-color: #A69BBC;
}
</style>
border-color css
<style>
span { border-color: #A69BBC; }
span { border-color: rgb(166,155,188); }
td.TdClassName
{
border-color: #A69BBC;
}
.TagClassName
{
border-color: #A69BBC;
}
</style>