Shades of Cold Purple #A899C0
Tints of Cold Purple #A899C0
RGB
CMYK
RGB Variations
Color information
#A899C0 (or 0xA899C0) is known color: Cold Purple. HEX triplet: A8, 99 and C0. RGB value is (168,153,192). Sum of RGB (Red+Green+Blue) = 168+153+192=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 192 - color contains mainly: blue. Hex color #A899C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A899C0 is #57663F. Grayscale: #A1A1A1. Windows color (decimal): -5727808 or 12622248. OLE color: 12622248.
HSL color Cylindrical-coordinate representation of color #A899C0: hue angle of 263.08º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A899C0 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 153 | 192 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.25 |
| HSL | 263.08º | 0.24% | 0.68% | - |
| HSV(B) | 263.08º | 0.2% | 0.75% | - |
| XYZ | 37.05 | 34.91 | 54.66 | - |
| YUV | 161.93 | 144.97 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 153 | 192 | 0.12 | 0.20 | 0 | 0.25 | 263.08 | 0.24 | 0.68 |
| Hex | A8 | 99 | C0 | C | 14 | 0 | 19 | 107 | 18 | 44 |
| Octal | 250 | 231 | 300 | 14 | 24 | 0 | 31 | 407 | 30 | 104 |
| Binary | 10101000 | 10011001 | 11000000 | 1100 | 10100 | 0 | 11001 | 100000111 | 11000 | 1000100 |
Color Harmonies of #A899C0
Complementary color
Monochromatic Colors of #A899C0
Black with #A899C0
Text Example
Text Example
White with #A899C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A899C0; }
p { color: rgb(168,153,192); }
H1.HeaderClassName
{
color: #A899C0;
}
.AnyTagClassName
{
color: #A899C0;
}
</style>
background-color css
<style>
a { background-color: #A899C0; }
a { background-color: rgb(168,153,192); }
div.DivClassName
{
background-color: #A899C0;
}
.BgClassName
{
background-color: #A899C0;
}
</style>
border-color css
<style>
span { border-color: #A899C0; }
span { border-color: rgb(168,153,192); }
td.TdClassName
{
border-color: #A899C0;
}
.TagClassName
{
border-color: #A899C0;
}
</style>