Shades of Cold Purple #A291CB
Tints of Cold Purple #A291CB
RGB
CMYK
RGB Variations
Color information
#A291CB (or 0xA291CB) is known color: Cold Purple. HEX triplet: A2, 91 and CB. RGB value is (162,145,203). Sum of RGB (Red+Green+Blue) = 162+145+203=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 145 (57.03% from 255 or 28.43% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #A291CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A291CB is #5D6E34. Grayscale: #9C9C9C. Windows color (decimal): -6123061 or 13341090. OLE color: 13341090.
HSL color Cylindrical-coordinate representation of color #A291CB: hue angle of 257.59º 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 #A291CB is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 145 | 203 | - |
| CMYK | 0.20 | 0.29 | 0 | 0.20 |
| HSL | 257.59º | 0.36% | 0.68% | - |
| HSV(B) | 257.59º | 0.29% | 0.8% | - |
| XYZ | 35.81 | 32.24 | 60.84 | - |
| YUV | 156.7 | 154.13 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 145 | 203 | 0.20 | 0.29 | 0 | 0.20 | 257.59 | 0.36 | 0.68 |
| Hex | A2 | 91 | CB | 14 | 1D | 0 | 14 | 102 | 24 | 44 |
| Octal | 242 | 221 | 313 | 24 | 35 | 0 | 24 | 402 | 44 | 104 |
| Binary | 10100010 | 10010001 | 11001011 | 10100 | 11101 | 0 | 10100 | 100000010 | 100100 | 1000100 |
Color Harmonies of #A291CB
Complementary color
Monochromatic Colors of #A291CB
Black with #A291CB
Text Example
Text Example
White with #A291CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A291CB; }
p { color: rgb(162,145,203); }
H1.HeaderClassName
{
color: #A291CB;
}
.AnyTagClassName
{
color: #A291CB;
}
</style>
background-color css
<style>
a { background-color: #A291CB; }
a { background-color: rgb(162,145,203); }
div.DivClassName
{
background-color: #A291CB;
}
.BgClassName
{
background-color: #A291CB;
}
</style>
border-color css
<style>
span { border-color: #A291CB; }
span { border-color: rgb(162,145,203); }
td.TdClassName
{
border-color: #A291CB;
}
.TagClassName
{
border-color: #A291CB;
}
</style>