Shades of Cold Purple #A182CA
Tints of Cold Purple #A182CA
RGB
CMYK
RGB Variations
Color information
#A182CA (or 0xA182CA) is known color: Cold Purple. HEX triplet: A1, 82 and CA. RGB value is (161,130,202). Sum of RGB (Red+Green+Blue) = 161+130+202=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #A182CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A182CA is #5E7D35. Grayscale: #939393. Windows color (decimal): -6192438 or 13271713. OLE color: 13271713.
HSL color Cylindrical-coordinate representation of color #A182CA: hue angle of 265.83º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A182CA is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 130 | 202 | - |
| CMYK | 0.20 | 0.36 | 0 | 0.21 |
| HSL | 265.83º | 0.4% | 0.65% | - |
| HSV(B) | 265.83º | 0.36% | 0.79% | - |
| XYZ | 33.34 | 27.81 | 59.49 | - |
| YUV | 147.48 | 158.77 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 202 | 0.20 | 0.36 | 0 | 0.21 | 265.83 | 0.4 | 0.65 |
| Hex | A1 | 82 | CA | 14 | 24 | 0 | 15 | 10A | 28 | 41 |
| Octal | 241 | 202 | 312 | 24 | 44 | 0 | 25 | 412 | 50 | 101 |
| Binary | 10100001 | 10000010 | 11001010 | 10100 | 100100 | 0 | 10101 | 100001010 | 101000 | 1000001 |
Color Harmonies of #A182CA
Complementary color
Monochromatic Colors of #A182CA
Black with #A182CA
Text Example
Text Example
White with #A182CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A182CA; }
p { color: rgb(161,130,202); }
H1.HeaderClassName
{
color: #A182CA;
}
.AnyTagClassName
{
color: #A182CA;
}
</style>
background-color css
<style>
a { background-color: #A182CA; }
a { background-color: rgb(161,130,202); }
div.DivClassName
{
background-color: #A182CA;
}
.BgClassName
{
background-color: #A182CA;
}
</style>
border-color css
<style>
span { border-color: #A182CA; }
span { border-color: rgb(161,130,202); }
td.TdClassName
{
border-color: #A182CA;
}
.TagClassName
{
border-color: #A182CA;
}
</style>