Shades of Cold Purple #A193C2
Tints of Cold Purple #A193C2
RGB
CMYK
RGB Variations
Color information
#A193C2 (or 0xA193C2) is known color: Cold Purple. HEX triplet: A1, 93 and C2. RGB value is (161,147,194). Sum of RGB (Red+Green+Blue) = 161+147+194=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 194 (76.17% from 255 or 38.65% from 502); Max value from RGB is 194 - color contains mainly: blue. Hex color #A193C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A193C2 is #5E6C3D. Grayscale: #9C9C9C. Windows color (decimal): -6188094 or 12751777. OLE color: 12751777.
HSL color Cylindrical-coordinate representation of color #A193C2: hue angle of 257.87º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A193C2 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 147 | 194 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.24 |
| HSL | 257.87º | 0.28% | 0.67% | - |
| HSV(B) | 257.87º | 0.24% | 0.76% | - |
| XYZ | 34.87 | 32.34 | 55.44 | - |
| YUV | 156.54 | 149.14 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 147 | 194 | 0.17 | 0.24 | 0 | 0.24 | 257.87 | 0.28 | 0.67 |
| Hex | A1 | 93 | C2 | 11 | 18 | 0 | 18 | 102 | 1C | 43 |
| Octal | 241 | 223 | 302 | 21 | 30 | 0 | 30 | 402 | 34 | 103 |
| Binary | 10100001 | 10010011 | 11000010 | 10001 | 11000 | 0 | 11000 | 100000010 | 11100 | 1000011 |
Color Harmonies of #A193C2
Complementary color
Monochromatic Colors of #A193C2
Black with #A193C2
Text Example
Text Example
White with #A193C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A193C2; }
p { color: rgb(161,147,194); }
H1.HeaderClassName
{
color: #A193C2;
}
.AnyTagClassName
{
color: #A193C2;
}
</style>
background-color css
<style>
a { background-color: #A193C2; }
a { background-color: rgb(161,147,194); }
div.DivClassName
{
background-color: #A193C2;
}
.BgClassName
{
background-color: #A193C2;
}
</style>
border-color css
<style>
span { border-color: #A193C2; }
span { border-color: rgb(161,147,194); }
td.TdClassName
{
border-color: #A193C2;
}
.TagClassName
{
border-color: #A193C2;
}
</style>