Shades of Cold Purple #A288BD
Tints of Cold Purple #A288BD
RGB
CMYK
RGB Variations
Color information
#A288BD (or 0xA288BD) is known color: Cold Purple. HEX triplet: A2, 88 and BD. RGB value is (162,136,189). Sum of RGB (Red+Green+Blue) = 162+136+189=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 189 - color contains mainly: blue. Hex color #A288BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A288BD is #5D7742. Grayscale: #959595. Windows color (decimal): -6125379 or 12421282. OLE color: 12421282.
HSL color Cylindrical-coordinate representation of color #A288BD: hue angle of 269.43º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A288BD is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 136 | 189 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.26 |
| HSL | 269.43º | 0.29% | 0.64% | - |
| HSV(B) | 269.43º | 0.28% | 0.74% | - |
| XYZ | 32.89 | 28.96 | 52 | - |
| YUV | 149.82 | 150.11 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 136 | 189 | 0.14 | 0.28 | 0 | 0.26 | 269.43 | 0.29 | 0.64 |
| Hex | A2 | 88 | BD | E | 1C | 0 | 1A | 10D | 1D | 40 |
| Octal | 242 | 210 | 275 | 16 | 34 | 0 | 32 | 415 | 35 | 100 |
| Binary | 10100010 | 10001000 | 10111101 | 1110 | 11100 | 0 | 11010 | 100001101 | 11101 | 1000000 |
Color Harmonies of #A288BD
Complementary color
Monochromatic Colors of #A288BD
Black with #A288BD
Text Example
Text Example
White with #A288BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A288BD; }
p { color: rgb(162,136,189); }
H1.HeaderClassName
{
color: #A288BD;
}
.AnyTagClassName
{
color: #A288BD;
}
</style>
background-color css
<style>
a { background-color: #A288BD; }
a { background-color: rgb(162,136,189); }
div.DivClassName
{
background-color: #A288BD;
}
.BgClassName
{
background-color: #A288BD;
}
</style>
border-color css
<style>
span { border-color: #A288BD; }
span { border-color: rgb(162,136,189); }
td.TdClassName
{
border-color: #A288BD;
}
.TagClassName
{
border-color: #A288BD;
}
</style>