Shades of Cold Purple #A699B8
Tints of Cold Purple #A699B8
RGB
CMYK
RGB Variations
Color information
#A699B8 (or 0xA699B8) is known color: Cold Purple. HEX triplet: A6, 99 and B8. RGB value is (166,153,184). Sum of RGB (Red+Green+Blue) = 166+153+184=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 184 (72.27% from 255 or 36.58% from 503); Max value from RGB is 184 - color contains mainly: blue. Hex color #A699B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A699B8 is #596647. Grayscale: #A0A0A0. Windows color (decimal): -5858888 or 12097958. OLE color: 12097958.
HSL color Cylindrical-coordinate representation of color #A699B8: hue angle of 265.16º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A699B8 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 153 | 184 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.28 |
| HSL | 265.16º | 0.18% | 0.66% | - |
| HSV(B) | 265.16º | 0.17% | 0.72% | - |
| XYZ | 35.77 | 34.35 | 50.09 | - |
| YUV | 160.42 | 141.31 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 184 | 0.10 | 0.17 | 0 | 0.28 | 265.16 | 0.18 | 0.66 |
| Hex | A6 | 99 | B8 | A | 11 | 0 | 1C | 109 | 12 | 42 |
| Octal | 246 | 231 | 270 | 12 | 21 | 0 | 34 | 411 | 22 | 102 |
| Binary | 10100110 | 10011001 | 10111000 | 1010 | 10001 | 0 | 11100 | 100001001 | 10010 | 1000010 |
Color Harmonies of #A699B8
Complementary color
Monochromatic Colors of #A699B8
Black with #A699B8
Text Example
Text Example
White with #A699B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A699B8; }
p { color: rgb(166,153,184); }
H1.HeaderClassName
{
color: #A699B8;
}
.AnyTagClassName
{
color: #A699B8;
}
</style>
background-color css
<style>
a { background-color: #A699B8; }
a { background-color: rgb(166,153,184); }
div.DivClassName
{
background-color: #A699B8;
}
.BgClassName
{
background-color: #A699B8;
}
</style>
border-color css
<style>
span { border-color: #A699B8; }
span { border-color: rgb(166,153,184); }
td.TdClassName
{
border-color: #A699B8;
}
.TagClassName
{
border-color: #A699B8;
}
</style>