Shades of Cold Purple #A290CB
Tints of Cold Purple #A290CB
RGB
CMYK
RGB Variations
Color information
#A290CB (or 0xA290CB) is known color: Cold Purple. HEX triplet: A2, 90 and CB. RGB value is (162,144,203). Sum of RGB (Red+Green+Blue) = 162+144+203=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #A290CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A290CB is #5D6F34. Grayscale: #9B9B9B. Windows color (decimal): -6123317 or 13340834. OLE color: 13340834.
HSL color Cylindrical-coordinate representation of color #A290CB: hue angle of 258.31º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A290CB is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 144 | 203 | - |
| CMYK | 0.20 | 0.29 | 0 | 0.20 |
| HSL | 258.31º | 0.36% | 0.68% | - |
| HSV(B) | 258.31º | 0.29% | 0.8% | - |
| XYZ | 35.65 | 31.94 | 60.79 | - |
| YUV | 156.11 | 154.46 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 144 | 203 | 0.20 | 0.29 | 0 | 0.20 | 258.31 | 0.36 | 0.68 |
| Hex | A2 | 90 | CB | 14 | 1D | 0 | 14 | 102 | 24 | 44 |
| Octal | 242 | 220 | 313 | 24 | 35 | 0 | 24 | 402 | 44 | 104 |
| Binary | 10100010 | 10010000 | 11001011 | 10100 | 11101 | 0 | 10100 | 100000010 | 100100 | 1000100 |
Color Harmonies of #A290CB
Complementary color
Monochromatic Colors of #A290CB
Black with #A290CB
Text Example
Text Example
White with #A290CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A290CB; }
p { color: rgb(162,144,203); }
H1.HeaderClassName
{
color: #A290CB;
}
.AnyTagClassName
{
color: #A290CB;
}
</style>
background-color css
<style>
a { background-color: #A290CB; }
a { background-color: rgb(162,144,203); }
div.DivClassName
{
background-color: #A290CB;
}
.BgClassName
{
background-color: #A290CB;
}
</style>
border-color css
<style>
span { border-color: #A290CB; }
span { border-color: rgb(162,144,203); }
td.TdClassName
{
border-color: #A290CB;
}
.TagClassName
{
border-color: #A290CB;
}
</style>