Shades of Cold Purple #A185D6
Tints of Cold Purple #A185D6
RGB
CMYK
RGB Variations
Color information
#A185D6 (or 0xA185D6) is known color: Cold Purple. HEX triplet: A1, 85 and D6. RGB value is (161,133,214). Sum of RGB (Red+Green+Blue) = 161+133+214=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 214 (83.98% from 255 or 42.13% from 508); Max value from RGB is 214 - color contains mainly: blue. Hex color #A185D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A185D6 is #5E7A29. Grayscale: #969696. Windows color (decimal): -6191658 or 14058913. OLE color: 14058913.
HSL color Cylindrical-coordinate representation of color #A185D6: hue angle of 260.74º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A185D6 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 133 | 214 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.16 |
| HSL | 260.74º | 0.5% | 0.68% | - |
| HSV(B) | 260.74º | 0.38% | 0.84% | - |
| XYZ | 35.22 | 29.21 | 67.4 | - |
| YUV | 150.61 | 163.78 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 133 | 214 | 0.25 | 0.38 | 0 | 0.16 | 260.74 | 0.5 | 0.68 |
| Hex | A1 | 85 | D6 | 19 | 26 | 0 | 10 | 105 | 32 | 44 |
| Octal | 241 | 205 | 326 | 31 | 46 | 0 | 20 | 405 | 62 | 104 |
| Binary | 10100001 | 10000101 | 11010110 | 11001 | 100110 | 0 | 10000 | 100000101 | 110010 | 1000100 |
Color Harmonies of #A185D6
Complementary color
Monochromatic Colors of #A185D6
Black with #A185D6
Text Example
Text Example
White with #A185D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A185D6; }
p { color: rgb(161,133,214); }
H1.HeaderClassName
{
color: #A185D6;
}
.AnyTagClassName
{
color: #A185D6;
}
</style>
background-color css
<style>
a { background-color: #A185D6; }
a { background-color: rgb(161,133,214); }
div.DivClassName
{
background-color: #A185D6;
}
.BgClassName
{
background-color: #A185D6;
}
</style>
border-color css
<style>
span { border-color: #A185D6; }
span { border-color: rgb(161,133,214); }
td.TdClassName
{
border-color: #A185D6;
}
.TagClassName
{
border-color: #A185D6;
}
</style>