Shades of Cold Purple #A699BF
Tints of Cold Purple #A699BF
RGB
CMYK
RGB Variations
Color information
#A699BF (or 0xA699BF) is known color: Cold Purple. HEX triplet: A6, 99 and BF. RGB value is (166,153,191). Sum of RGB (Red+Green+Blue) = 166+153+191=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 191 - color contains mainly: blue. Hex color #A699BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A699BF is #596640. Grayscale: #A1A1A1. Windows color (decimal): -5858881 or 12556710. OLE color: 12556710.
HSL color Cylindrical-coordinate representation of color #A699BF: hue angle of 260.53º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A699BF is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 153 | 191 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.25 |
| HSL | 260.53º | 0.23% | 0.67% | - |
| HSV(B) | 260.53º | 0.2% | 0.75% | - |
| XYZ | 36.52 | 34.65 | 54.05 | - |
| YUV | 161.22 | 144.81 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 191 | 0.13 | 0.20 | 0 | 0.25 | 260.53 | 0.23 | 0.67 |
| Hex | A6 | 99 | BF | D | 14 | 0 | 19 | 105 | 17 | 43 |
| Octal | 246 | 231 | 277 | 15 | 24 | 0 | 31 | 405 | 27 | 103 |
| Binary | 10100110 | 10011001 | 10111111 | 1101 | 10100 | 0 | 11001 | 100000101 | 10111 | 1000011 |
Color Harmonies of #A699BF
Complementary color
Monochromatic Colors of #A699BF
Black with #A699BF
Text Example
Text Example
White with #A699BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A699BF; }
p { color: rgb(166,153,191); }
H1.HeaderClassName
{
color: #A699BF;
}
.AnyTagClassName
{
color: #A699BF;
}
</style>
background-color css
<style>
a { background-color: #A699BF; }
a { background-color: rgb(166,153,191); }
div.DivClassName
{
background-color: #A699BF;
}
.BgClassName
{
background-color: #A699BF;
}
</style>
border-color css
<style>
span { border-color: #A699BF; }
span { border-color: rgb(166,153,191); }
td.TdClassName
{
border-color: #A699BF;
}
.TagClassName
{
border-color: #A699BF;
}
</style>