Shades of Cold Purple #A288C5
Tints of Cold Purple #A288C5
RGB
CMYK
RGB Variations
Color information
#A288C5 (or 0xA288C5) is known color: Cold Purple. HEX triplet: A2, 88 and C5. RGB value is (162,136,197). Sum of RGB (Red+Green+Blue) = 162+136+197=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 197 (77.34% from 255 or 39.80% from 495); Max value from RGB is 197 - color contains mainly: blue. Hex color #A288C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A288C5 is #5D773A. Grayscale: #969696. Windows color (decimal): -6125371 or 12945570. OLE color: 12945570.
HSL color Cylindrical-coordinate representation of color #A288C5: hue angle of 265.57º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A288C5 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 136 | 197 | - |
| CMYK | 0.18 | 0.31 | 0 | 0.23 |
| HSL | 265.57º | 0.34% | 0.65% | - |
| HSV(B) | 265.57º | 0.31% | 0.77% | - |
| XYZ | 33.78 | 29.32 | 56.7 | - |
| YUV | 150.73 | 154.11 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 136 | 197 | 0.18 | 0.31 | 0 | 0.23 | 265.57 | 0.34 | 0.65 |
| Hex | A2 | 88 | C5 | 12 | 1F | 0 | 17 | 10A | 22 | 41 |
| Octal | 242 | 210 | 305 | 22 | 37 | 0 | 27 | 412 | 42 | 101 |
| Binary | 10100010 | 10001000 | 11000101 | 10010 | 11111 | 0 | 10111 | 100001010 | 100010 | 1000001 |
Color Harmonies of #A288C5
Complementary color
Monochromatic Colors of #A288C5
Black with #A288C5
Text Example
Text Example
White with #A288C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A288C5; }
p { color: rgb(162,136,197); }
H1.HeaderClassName
{
color: #A288C5;
}
.AnyTagClassName
{
color: #A288C5;
}
</style>
background-color css
<style>
a { background-color: #A288C5; }
a { background-color: rgb(162,136,197); }
div.DivClassName
{
background-color: #A288C5;
}
.BgClassName
{
background-color: #A288C5;
}
</style>
border-color css
<style>
span { border-color: #A288C5; }
span { border-color: rgb(162,136,197); }
td.TdClassName
{
border-color: #A288C5;
}
.TagClassName
{
border-color: #A288C5;
}
</style>