Shades of Cold Purple #A288CB
Tints of Cold Purple #A288CB
RGB
CMYK
RGB Variations
Color information
#A288CB (or 0xA288CB) is known color: Cold Purple. HEX triplet: A2, 88 and CB. RGB value is (162,136,203). Sum of RGB (Red+Green+Blue) = 162+136+203=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #A288CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A288CB is #5D7734. Grayscale: #979797. Windows color (decimal): -6125365 or 13338786. OLE color: 13338786.
HSL color Cylindrical-coordinate representation of color #A288CB: hue angle of 263.28º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A288CB is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 136 | 203 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.20 |
| HSL | 263.28º | 0.39% | 0.66% | - |
| HSV(B) | 263.28º | 0.33% | 0.8% | - |
| XYZ | 34.48 | 29.6 | 60.4 | - |
| YUV | 151.41 | 157.11 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 136 | 203 | 0.20 | 0.33 | 0 | 0.20 | 263.28 | 0.39 | 0.66 |
| Hex | A2 | 88 | CB | 14 | 21 | 0 | 14 | 107 | 27 | 42 |
| Octal | 242 | 210 | 313 | 24 | 41 | 0 | 24 | 407 | 47 | 102 |
| Binary | 10100010 | 10001000 | 11001011 | 10100 | 100001 | 0 | 10100 | 100000111 | 100111 | 1000010 |
Color Harmonies of #A288CB
Complementary color
Monochromatic Colors of #A288CB
Black with #A288CB
Text Example
Text Example
White with #A288CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A288CB; }
p { color: rgb(162,136,203); }
H1.HeaderClassName
{
color: #A288CB;
}
.AnyTagClassName
{
color: #A288CB;
}
</style>
background-color css
<style>
a { background-color: #A288CB; }
a { background-color: rgb(162,136,203); }
div.DivClassName
{
background-color: #A288CB;
}
.BgClassName
{
background-color: #A288CB;
}
</style>
border-color css
<style>
span { border-color: #A288CB; }
span { border-color: rgb(162,136,203); }
td.TdClassName
{
border-color: #A288CB;
}
.TagClassName
{
border-color: #A288CB;
}
</style>