Shades of Cold Purple #A185CE
Tints of Cold Purple #A185CE
RGB
CMYK
RGB Variations
Color information
#A185CE (or 0xA185CE) is known color: Cold Purple. HEX triplet: A1, 85 and CE. RGB value is (161,133,206). Sum of RGB (Red+Green+Blue) = 161+133+206=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #A185CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A185CE is #5E7A31. Grayscale: #959595. Windows color (decimal): -6191666 or 13534625. OLE color: 13534625.
HSL color Cylindrical-coordinate representation of color #A185CE: hue angle of 263.01º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A185CE is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 133 | 206 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.19 |
| HSL | 263.01º | 0.43% | 0.66% | - |
| HSV(B) | 263.01º | 0.35% | 0.81% | - |
| XYZ | 34.23 | 28.81 | 62.15 | - |
| YUV | 149.69 | 159.78 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 133 | 206 | 0.22 | 0.35 | 0 | 0.19 | 263.01 | 0.43 | 0.66 |
| Hex | A1 | 85 | CE | 16 | 23 | 0 | 13 | 107 | 2B | 42 |
| Octal | 241 | 205 | 316 | 26 | 43 | 0 | 23 | 407 | 53 | 102 |
| Binary | 10100001 | 10000101 | 11001110 | 10110 | 100011 | 0 | 10011 | 100000111 | 101011 | 1000010 |
Color Harmonies of #A185CE
Complementary color
Monochromatic Colors of #A185CE
Black with #A185CE
Text Example
Text Example
White with #A185CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A185CE; }
p { color: rgb(161,133,206); }
H1.HeaderClassName
{
color: #A185CE;
}
.AnyTagClassName
{
color: #A185CE;
}
</style>
background-color css
<style>
a { background-color: #A185CE; }
a { background-color: rgb(161,133,206); }
div.DivClassName
{
background-color: #A185CE;
}
.BgClassName
{
background-color: #A185CE;
}
</style>
border-color css
<style>
span { border-color: #A185CE; }
span { border-color: rgb(161,133,206); }
td.TdClassName
{
border-color: #A185CE;
}
.TagClassName
{
border-color: #A185CE;
}
</style>