Shades of Cold Purple #A288C1
Tints of Cold Purple #A288C1
RGB
CMYK
RGB Variations
Color information
#A288C1 (or 0xA288C1) is known color: Cold Purple. HEX triplet: A2, 88 and C1. RGB value is (162,136,193). Sum of RGB (Red+Green+Blue) = 162+136+193=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 193 - color contains mainly: blue. Hex color #A288C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A288C1 is #5D773E. Grayscale: #969696. Windows color (decimal): -6125375 or 12683426. OLE color: 12683426.
HSL color Cylindrical-coordinate representation of color #A288C1: hue angle of 267.37º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A288C1 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 136 | 193 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.24 |
| HSL | 267.37º | 0.31% | 0.65% | - |
| HSV(B) | 267.37º | 0.3% | 0.76% | - |
| XYZ | 33.33 | 29.14 | 54.32 | - |
| YUV | 150.27 | 152.11 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 136 | 193 | 0.16 | 0.30 | 0 | 0.24 | 267.37 | 0.31 | 0.65 |
| Hex | A2 | 88 | C1 | 10 | 1E | 0 | 18 | 10B | 1F | 41 |
| Octal | 242 | 210 | 301 | 20 | 36 | 0 | 30 | 413 | 37 | 101 |
| Binary | 10100010 | 10001000 | 11000001 | 10000 | 11110 | 0 | 11000 | 100001011 | 11111 | 1000001 |
Color Harmonies of #A288C1
Complementary color
Monochromatic Colors of #A288C1
Black with #A288C1
Text Example
Text Example
White with #A288C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A288C1; }
p { color: rgb(162,136,193); }
H1.HeaderClassName
{
color: #A288C1;
}
.AnyTagClassName
{
color: #A288C1;
}
</style>
background-color css
<style>
a { background-color: #A288C1; }
a { background-color: rgb(162,136,193); }
div.DivClassName
{
background-color: #A288C1;
}
.BgClassName
{
background-color: #A288C1;
}
</style>
border-color css
<style>
span { border-color: #A288C1; }
span { border-color: rgb(162,136,193); }
td.TdClassName
{
border-color: #A288C1;
}
.TagClassName
{
border-color: #A288C1;
}
</style>