Shades of Cold Purple #A191C2
Tints of Cold Purple #A191C2
RGB
CMYK
RGB Variations
Color information
#A191C2 (or 0xA191C2) is known color: Cold Purple. HEX triplet: A1, 91 and C2. RGB value is (161,145,194). Sum of RGB (Red+Green+Blue) = 161+145+194=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 194 (76.17% from 255 or 38.8% from 500); Max value from RGB is 194 - color contains mainly: blue. Hex color #A191C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A191C2 is #5E6E3D. Grayscale: #9B9B9B. Windows color (decimal): -6188606 or 12751265. OLE color: 12751265.
HSL color Cylindrical-coordinate representation of color #A191C2: hue angle of 259.59º 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 #A191C2 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 145 | 194 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.24 |
| HSL | 259.59º | 0.29% | 0.66% | - |
| HSV(B) | 259.59º | 0.25% | 0.76% | - |
| XYZ | 34.56 | 31.72 | 55.34 | - |
| YUV | 155.37 | 149.8 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 145 | 194 | 0.17 | 0.25 | 0 | 0.24 | 259.59 | 0.29 | 0.66 |
| Hex | A1 | 91 | C2 | 11 | 19 | 0 | 18 | 104 | 1D | 42 |
| Octal | 241 | 221 | 302 | 21 | 31 | 0 | 30 | 404 | 35 | 102 |
| Binary | 10100001 | 10010001 | 11000010 | 10001 | 11001 | 0 | 11000 | 100000100 | 11101 | 1000010 |
Color Harmonies of #A191C2
Complementary color
Monochromatic Colors of #A191C2
Black with #A191C2
Text Example
Text Example
White with #A191C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A191C2; }
p { color: rgb(161,145,194); }
H1.HeaderClassName
{
color: #A191C2;
}
.AnyTagClassName
{
color: #A191C2;
}
</style>
background-color css
<style>
a { background-color: #A191C2; }
a { background-color: rgb(161,145,194); }
div.DivClassName
{
background-color: #A191C2;
}
.BgClassName
{
background-color: #A191C2;
}
</style>
border-color css
<style>
span { border-color: #A191C2; }
span { border-color: rgb(161,145,194); }
td.TdClassName
{
border-color: #A191C2;
}
.TagClassName
{
border-color: #A191C2;
}
</style>