Shades of Cold Purple #A292C1
Tints of Cold Purple #A292C1
RGB
CMYK
RGB Variations
Color information
#A292C1 (or 0xA292C1) is known color: Cold Purple. HEX triplet: A2, 92 and C1. RGB value is (162,146,193). Sum of RGB (Red+Green+Blue) = 162+146+193=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 193 - color contains mainly: blue. Hex color #A292C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A292C1 is #5D6D3E. Grayscale: #9B9B9B. Windows color (decimal): -6122815 or 12685986. OLE color: 12685986.
HSL color Cylindrical-coordinate representation of color #A292C1: hue angle of 260.43º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A292C1 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 146 | 193 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.24 |
| HSL | 260.43º | 0.27% | 0.66% | - |
| HSV(B) | 260.43º | 0.24% | 0.76% | - |
| XYZ | 34.8 | 32.09 | 54.81 | - |
| YUV | 156.14 | 148.8 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 146 | 193 | 0.16 | 0.24 | 0 | 0.24 | 260.43 | 0.27 | 0.66 |
| Hex | A2 | 92 | C1 | 10 | 18 | 0 | 18 | 104 | 1B | 42 |
| Octal | 242 | 222 | 301 | 20 | 30 | 0 | 30 | 404 | 33 | 102 |
| Binary | 10100010 | 10010010 | 11000001 | 10000 | 11000 | 0 | 11000 | 100000100 | 11011 | 1000010 |
Color Harmonies of #A292C1
Complementary color
Monochromatic Colors of #A292C1
Black with #A292C1
Text Example
Text Example
White with #A292C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A292C1; }
p { color: rgb(162,146,193); }
H1.HeaderClassName
{
color: #A292C1;
}
.AnyTagClassName
{
color: #A292C1;
}
</style>
background-color css
<style>
a { background-color: #A292C1; }
a { background-color: rgb(162,146,193); }
div.DivClassName
{
background-color: #A292C1;
}
.BgClassName
{
background-color: #A292C1;
}
</style>
border-color css
<style>
span { border-color: #A292C1; }
span { border-color: rgb(162,146,193); }
td.TdClassName
{
border-color: #A292C1;
}
.TagClassName
{
border-color: #A292C1;
}
</style>