Shades of Cold Purple #A699B9
Tints of Cold Purple #A699B9
RGB
CMYK
RGB Variations
Color information
#A699B9 (or 0xA699B9) is known color: Cold Purple. HEX triplet: A6, 99 and B9. RGB value is (166,153,185). Sum of RGB (Red+Green+Blue) = 166+153+185=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 185 - color contains mainly: blue. Hex color #A699B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A699B9 is #596646. Grayscale: #A0A0A0. Windows color (decimal): -5858887 or 12163494. OLE color: 12163494.
HSL color Cylindrical-coordinate representation of color #A699B9: hue angle of 264.38º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A699B9 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 153 | 185 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.27 |
| HSL | 264.38º | 0.19% | 0.66% | - |
| HSV(B) | 264.38º | 0.17% | 0.73% | - |
| XYZ | 35.87 | 34.39 | 50.65 | - |
| YUV | 160.54 | 141.81 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 185 | 0.10 | 0.17 | 0 | 0.27 | 264.38 | 0.19 | 0.66 |
| Hex | A6 | 99 | B9 | A | 11 | 0 | 1B | 108 | 13 | 42 |
| Octal | 246 | 231 | 271 | 12 | 21 | 0 | 33 | 410 | 23 | 102 |
| Binary | 10100110 | 10011001 | 10111001 | 1010 | 10001 | 0 | 11011 | 100001000 | 10011 | 1000010 |
Color Harmonies of #A699B9
Complementary color
Monochromatic Colors of #A699B9
Black with #A699B9
Text Example
Text Example
White with #A699B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A699B9; }
p { color: rgb(166,153,185); }
H1.HeaderClassName
{
color: #A699B9;
}
.AnyTagClassName
{
color: #A699B9;
}
</style>
background-color css
<style>
a { background-color: #A699B9; }
a { background-color: rgb(166,153,185); }
div.DivClassName
{
background-color: #A699B9;
}
.BgClassName
{
background-color: #A699B9;
}
</style>
border-color css
<style>
span { border-color: #A699B9; }
span { border-color: rgb(166,153,185); }
td.TdClassName
{
border-color: #A699B9;
}
.TagClassName
{
border-color: #A699B9;
}
</style>