Shades of Cold Purple #A288CE
Tints of Cold Purple #A288CE
RGB
CMYK
RGB Variations
Color information
#A288CE (or 0xA288CE) is known color: Cold Purple. HEX triplet: A2, 88 and CE. RGB value is (162,136,206). Sum of RGB (Red+Green+Blue) = 162+136+206=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #A288CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A288CE is #5D7731. Grayscale: #979797. Windows color (decimal): -6125362 or 13535394. OLE color: 13535394.
HSL color Cylindrical-coordinate representation of color #A288CE: hue angle of 262.29º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A288CE is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 136 | 206 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.19 |
| HSL | 262.29º | 0.42% | 0.67% | - |
| HSV(B) | 262.29º | 0.34% | 0.81% | - |
| XYZ | 34.85 | 29.75 | 62.3 | - |
| YUV | 151.75 | 158.61 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 136 | 206 | 0.21 | 0.34 | 0 | 0.19 | 262.29 | 0.42 | 0.67 |
| Hex | A2 | 88 | CE | 15 | 22 | 0 | 13 | 106 | 2A | 43 |
| Octal | 242 | 210 | 316 | 25 | 42 | 0 | 23 | 406 | 52 | 103 |
| Binary | 10100010 | 10001000 | 11001110 | 10101 | 100010 | 0 | 10011 | 100000110 | 101010 | 1000011 |
Color Harmonies of #A288CE
Complementary color
Monochromatic Colors of #A288CE
Black with #A288CE
Text Example
Text Example
White with #A288CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A288CE; }
p { color: rgb(162,136,206); }
H1.HeaderClassName
{
color: #A288CE;
}
.AnyTagClassName
{
color: #A288CE;
}
</style>
background-color css
<style>
a { background-color: #A288CE; }
a { background-color: rgb(162,136,206); }
div.DivClassName
{
background-color: #A288CE;
}
.BgClassName
{
background-color: #A288CE;
}
</style>
border-color css
<style>
span { border-color: #A288CE; }
span { border-color: rgb(162,136,206); }
td.TdClassName
{
border-color: #A288CE;
}
.TagClassName
{
border-color: #A288CE;
}
</style>