Shades of Cold Purple #A185CA
Tints of Cold Purple #A185CA
RGB
CMYK
RGB Variations
Color information
#A185CA (or 0xA185CA) is known color: Cold Purple. HEX triplet: A1, 85 and CA. RGB value is (161,133,202). Sum of RGB (Red+Green+Blue) = 161+133+202=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #A185CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A185CA is #5E7A35. Grayscale: #949494. Windows color (decimal): -6191670 or 13272481. OLE color: 13272481.
HSL color Cylindrical-coordinate representation of color #A185CA: hue angle of 264.35º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A185CA is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 133 | 202 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.21 |
| HSL | 264.35º | 0.39% | 0.66% | - |
| HSV(B) | 264.35º | 0.34% | 0.79% | - |
| XYZ | 33.75 | 28.62 | 59.62 | - |
| YUV | 149.24 | 157.78 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 133 | 202 | 0.20 | 0.34 | 0 | 0.21 | 264.35 | 0.39 | 0.66 |
| Hex | A1 | 85 | CA | 14 | 22 | 0 | 15 | 108 | 27 | 42 |
| Octal | 241 | 205 | 312 | 24 | 42 | 0 | 25 | 410 | 47 | 102 |
| Binary | 10100001 | 10000101 | 11001010 | 10100 | 100010 | 0 | 10101 | 100001000 | 100111 | 1000010 |
Color Harmonies of #A185CA
Complementary color
Monochromatic Colors of #A185CA
Black with #A185CA
Text Example
Text Example
White with #A185CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A185CA; }
p { color: rgb(161,133,202); }
H1.HeaderClassName
{
color: #A185CA;
}
.AnyTagClassName
{
color: #A185CA;
}
</style>
background-color css
<style>
a { background-color: #A185CA; }
a { background-color: rgb(161,133,202); }
div.DivClassName
{
background-color: #A185CA;
}
.BgClassName
{
background-color: #A185CA;
}
</style>
border-color css
<style>
span { border-color: #A185CA; }
span { border-color: rgb(161,133,202); }
td.TdClassName
{
border-color: #A185CA;
}
.TagClassName
{
border-color: #A185CA;
}
</style>