Shades of Cold Purple #A192CA
Tints of Cold Purple #A192CA
RGB
CMYK
RGB Variations
Color information
#A192CA (or 0xA192CA) is known color: Cold Purple. HEX triplet: A1, 92 and CA. RGB value is (161,146,202). Sum of RGB (Red+Green+Blue) = 161+146+202=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 146 (57.42% from 255 or 28.68% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #A192CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A192CA is #5E6D35. Grayscale: #9C9C9C. Windows color (decimal): -6188342 or 13275809. OLE color: 13275809.
HSL color Cylindrical-coordinate representation of color #A192CA: hue angle of 256.07º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A192CA is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 146 | 202 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.21 |
| HSL | 256.07º | 0.35% | 0.68% | - |
| HSV(B) | 256.07º | 0.28% | 0.79% | - |
| XYZ | 35.64 | 32.4 | 60.25 | - |
| YUV | 156.87 | 153.47 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 202 | 0.20 | 0.28 | 0 | 0.21 | 256.07 | 0.35 | 0.68 |
| Hex | A1 | 92 | CA | 14 | 1C | 0 | 15 | 100 | 23 | 44 |
| Octal | 241 | 222 | 312 | 24 | 34 | 0 | 25 | 400 | 43 | 104 |
| Binary | 10100001 | 10010010 | 11001010 | 10100 | 11100 | 0 | 10101 | 100000000 | 100011 | 1000100 |
Color Harmonies of #A192CA
Complementary color
Monochromatic Colors of #A192CA
Black with #A192CA
Text Example
Text Example
White with #A192CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A192CA; }
p { color: rgb(161,146,202); }
H1.HeaderClassName
{
color: #A192CA;
}
.AnyTagClassName
{
color: #A192CA;
}
</style>
background-color css
<style>
a { background-color: #A192CA; }
a { background-color: rgb(161,146,202); }
div.DivClassName
{
background-color: #A192CA;
}
.BgClassName
{
background-color: #A192CA;
}
</style>
border-color css
<style>
span { border-color: #A192CA; }
span { border-color: rgb(161,146,202); }
td.TdClassName
{
border-color: #A192CA;
}
.TagClassName
{
border-color: #A192CA;
}
</style>