Shades of Cold Purple #A291C2
Tints of Cold Purple #A291C2
RGB
CMYK
RGB Variations
Color information
#A291C2 (or 0xA291C2) is known color: Cold Purple. HEX triplet: A2, 91 and C2. RGB value is (162,145,194). Sum of RGB (Red+Green+Blue) = 162+145+194=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 194 (76.17% from 255 or 38.72% from 501); Max value from RGB is 194 - color contains mainly: blue. Hex color #A291C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A291C2 is #5D6E3D. Grayscale: #9B9B9B. Windows color (decimal): -6123070 or 12751266. OLE color: 12751266.
HSL color Cylindrical-coordinate representation of color #A291C2: hue angle of 260.82º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A291C2 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 145 | 194 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.24 |
| HSL | 260.82º | 0.29% | 0.66% | - |
| HSV(B) | 260.82º | 0.25% | 0.76% | - |
| XYZ | 34.76 | 31.83 | 55.35 | - |
| YUV | 155.67 | 149.63 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 145 | 194 | 0.16 | 0.25 | 0 | 0.24 | 260.82 | 0.29 | 0.66 |
| Hex | A2 | 91 | C2 | 10 | 19 | 0 | 18 | 105 | 1D | 42 |
| Octal | 242 | 221 | 302 | 20 | 31 | 0 | 30 | 405 | 35 | 102 |
| Binary | 10100010 | 10010001 | 11000010 | 10000 | 11001 | 0 | 11000 | 100000101 | 11101 | 1000010 |
Color Harmonies of #A291C2
Complementary color
Monochromatic Colors of #A291C2
Black with #A291C2
Text Example
Text Example
White with #A291C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A291C2; }
p { color: rgb(162,145,194); }
H1.HeaderClassName
{
color: #A291C2;
}
.AnyTagClassName
{
color: #A291C2;
}
</style>
background-color css
<style>
a { background-color: #A291C2; }
a { background-color: rgb(162,145,194); }
div.DivClassName
{
background-color: #A291C2;
}
.BgClassName
{
background-color: #A291C2;
}
</style>
border-color css
<style>
span { border-color: #A291C2; }
span { border-color: rgb(162,145,194); }
td.TdClassName
{
border-color: #A291C2;
}
.TagClassName
{
border-color: #A291C2;
}
</style>