Shades of Cold Purple #A899BF
Tints of Cold Purple #A899BF
RGB
CMYK
RGB Variations
Color information
#A899BF (or 0xA899BF) is known color: Cold Purple. HEX triplet: A8, 99 and BF. RGB value is (168,153,191). Sum of RGB (Red+Green+Blue) = 168+153+191=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 191 - color contains mainly: blue. Hex color #A899BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A899BF is #576640. Grayscale: #A1A1A1. Windows color (decimal): -5727809 or 12556712. OLE color: 12556712.
HSL color Cylindrical-coordinate representation of color #A899BF: hue angle of 263.68º 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 #A899BF is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 153 | 191 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.25 |
| HSL | 263.68º | 0.23% | 0.67% | - |
| HSV(B) | 263.68º | 0.2% | 0.75% | - |
| XYZ | 36.94 | 34.87 | 54.07 | - |
| YUV | 161.82 | 144.47 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 153 | 191 | 0.12 | 0.20 | 0 | 0.25 | 263.68 | 0.23 | 0.67 |
| Hex | A8 | 99 | BF | C | 14 | 0 | 19 | 108 | 17 | 43 |
| Octal | 250 | 231 | 277 | 14 | 24 | 0 | 31 | 410 | 27 | 103 |
| Binary | 10101000 | 10011001 | 10111111 | 1100 | 10100 | 0 | 11001 | 100001000 | 10111 | 1000011 |
Color Harmonies of #A899BF
Complementary color
Monochromatic Colors of #A899BF
Black with #A899BF
Text Example
Text Example
White with #A899BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A899BF; }
p { color: rgb(168,153,191); }
H1.HeaderClassName
{
color: #A899BF;
}
.AnyTagClassName
{
color: #A899BF;
}
</style>
background-color css
<style>
a { background-color: #A899BF; }
a { background-color: rgb(168,153,191); }
div.DivClassName
{
background-color: #A899BF;
}
.BgClassName
{
background-color: #A899BF;
}
</style>
border-color css
<style>
span { border-color: #A899BF; }
span { border-color: rgb(168,153,191); }
td.TdClassName
{
border-color: #A899BF;
}
.TagClassName
{
border-color: #A899BF;
}
</style>