Shades of Cold Purple #A699BD
Tints of Cold Purple #A699BD
RGB
CMYK
RGB Variations
Color information
#A699BD (or 0xA699BD) is known color: Cold Purple. HEX triplet: A6, 99 and BD. RGB value is (166,153,189). Sum of RGB (Red+Green+Blue) = 166+153+189=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 189 - color contains mainly: blue. Hex color #A699BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A699BD is #596642. Grayscale: #A0A0A0. Windows color (decimal): -5858883 or 12425638. OLE color: 12425638.
HSL color Cylindrical-coordinate representation of color #A699BD: hue angle of 261.67º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A699BD is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 153 | 189 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.26 |
| HSL | 261.67º | 0.21% | 0.67% | - |
| HSV(B) | 261.67º | 0.19% | 0.74% | - |
| XYZ | 36.3 | 34.56 | 52.9 | - |
| YUV | 160.99 | 143.81 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 189 | 0.12 | 0.19 | 0 | 0.26 | 261.67 | 0.21 | 0.67 |
| Hex | A6 | 99 | BD | C | 13 | 0 | 1A | 106 | 15 | 43 |
| Octal | 246 | 231 | 275 | 14 | 23 | 0 | 32 | 406 | 25 | 103 |
| Binary | 10100110 | 10011001 | 10111101 | 1100 | 10011 | 0 | 11010 | 100000110 | 10101 | 1000011 |
Color Harmonies of #A699BD
Complementary color
Monochromatic Colors of #A699BD
Black with #A699BD
Text Example
Text Example
White with #A699BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A699BD; }
p { color: rgb(166,153,189); }
H1.HeaderClassName
{
color: #A699BD;
}
.AnyTagClassName
{
color: #A699BD;
}
</style>
background-color css
<style>
a { background-color: #A699BD; }
a { background-color: rgb(166,153,189); }
div.DivClassName
{
background-color: #A699BD;
}
.BgClassName
{
background-color: #A699BD;
}
</style>
border-color css
<style>
span { border-color: #A699BD; }
span { border-color: rgb(166,153,189); }
td.TdClassName
{
border-color: #A699BD;
}
.TagClassName
{
border-color: #A699BD;
}
</style>