Shades of Cold Purple #A69BBE
Tints of Cold Purple #A69BBE
RGB
CMYK
RGB Variations
Color information
#A69BBE (or 0xA69BBE) is known color: Cold Purple. HEX triplet: A6, 9B and BE. RGB value is (166,155,190). Sum of RGB (Red+Green+Blue) = 166+155+190=511 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.49% from 511); Green value is 155 (60.94% from 255 or 30.33% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 190 - color contains mainly: blue. Hex color #A69BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69BBE is #596441. Grayscale: #A2A2A2. Windows color (decimal): -5858370 or 12491686. OLE color: 12491686.
HSL color Cylindrical-coordinate representation of color #A69BBE: hue angle of 258.86º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A69BBE is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 155 | 190 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.25 |
| HSL | 258.86º | 0.21% | 0.68% | - |
| HSV(B) | 258.86º | 0.18% | 0.75% | - |
| XYZ | 36.74 | 35.27 | 53.59 | - |
| YUV | 162.28 | 143.64 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 155 | 190 | 0.13 | 0.18 | 0 | 0.25 | 258.86 | 0.21 | 0.68 |
| Hex | A6 | 9B | BE | D | 12 | 0 | 19 | 103 | 15 | 44 |
| Octal | 246 | 233 | 276 | 15 | 22 | 0 | 31 | 403 | 25 | 104 |
| Binary | 10100110 | 10011011 | 10111110 | 1101 | 10010 | 0 | 11001 | 100000011 | 10101 | 1000100 |
Color Harmonies of #A69BBE
Complementary color
Monochromatic Colors of #A69BBE
Black with #A69BBE
Text Example
Text Example
White with #A69BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69BBE; }
p { color: rgb(166,155,190); }
H1.HeaderClassName
{
color: #A69BBE;
}
.AnyTagClassName
{
color: #A69BBE;
}
</style>
background-color css
<style>
a { background-color: #A69BBE; }
a { background-color: rgb(166,155,190); }
div.DivClassName
{
background-color: #A69BBE;
}
.BgClassName
{
background-color: #A69BBE;
}
</style>
border-color css
<style>
span { border-color: #A69BBE; }
span { border-color: rgb(166,155,190); }
td.TdClassName
{
border-color: #A69BBE;
}
.TagClassName
{
border-color: #A69BBE;
}
</style>