Shades of Cold Purple #A899BC
Tints of Cold Purple #A899BC
RGB
CMYK
RGB Variations
Color information
#A899BC (or 0xA899BC) is known color: Cold Purple. HEX triplet: A8, 99 and BC. RGB value is (168,153,188). Sum of RGB (Red+Green+Blue) = 168+153+188=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 188 - color contains mainly: blue. Hex color #A899BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A899BC is #576643. Grayscale: #A1A1A1. Windows color (decimal): -5727812 or 12360104. OLE color: 12360104.
HSL color Cylindrical-coordinate representation of color #A899BC: hue angle of 265.71º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A899BC is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 153 | 188 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.26 |
| HSL | 265.71º | 0.21% | 0.67% | - |
| HSV(B) | 265.71º | 0.19% | 0.74% | - |
| XYZ | 36.62 | 34.74 | 52.35 | - |
| YUV | 161.48 | 142.97 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 153 | 188 | 0.11 | 0.19 | 0 | 0.26 | 265.71 | 0.21 | 0.67 |
| Hex | A8 | 99 | BC | B | 13 | 0 | 1A | 10A | 15 | 43 |
| Octal | 250 | 231 | 274 | 13 | 23 | 0 | 32 | 412 | 25 | 103 |
| Binary | 10101000 | 10011001 | 10111100 | 1011 | 10011 | 0 | 11010 | 100001010 | 10101 | 1000011 |
Color Harmonies of #A899BC
Complementary color
Monochromatic Colors of #A899BC
Black with #A899BC
Text Example
Text Example
White with #A899BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A899BC; }
p { color: rgb(168,153,188); }
H1.HeaderClassName
{
color: #A899BC;
}
.AnyTagClassName
{
color: #A899BC;
}
</style>
background-color css
<style>
a { background-color: #A899BC; }
a { background-color: rgb(168,153,188); }
div.DivClassName
{
background-color: #A899BC;
}
.BgClassName
{
background-color: #A899BC;
}
</style>
border-color css
<style>
span { border-color: #A899BC; }
span { border-color: rgb(168,153,188); }
td.TdClassName
{
border-color: #A899BC;
}
.TagClassName
{
border-color: #A899BC;
}
</style>