Shades of Cold Purple #A185C7
Tints of Cold Purple #A185C7
RGB
CMYK
RGB Variations
Color information
#A185C7 (or 0xA185C7) is known color: Cold Purple. HEX triplet: A1, 85 and C7. RGB value is (161,133,199). Sum of RGB (Red+Green+Blue) = 161+133+199=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 199 (78.12% from 255 or 40.37% from 493); Max value from RGB is 199 - color contains mainly: blue. Hex color #A185C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A185C7 is #5E7A38. Grayscale: #949494. Windows color (decimal): -6191673 or 13075873. OLE color: 13075873.
HSL color Cylindrical-coordinate representation of color #A185C7: hue angle of 265.45º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A185C7 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 133 | 199 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.22 |
| HSL | 265.45º | 0.37% | 0.65% | - |
| HSV(B) | 265.45º | 0.33% | 0.78% | - |
| XYZ | 33.39 | 28.48 | 57.77 | - |
| YUV | 148.9 | 156.28 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 133 | 199 | 0.19 | 0.33 | 0 | 0.22 | 265.45 | 0.37 | 0.65 |
| Hex | A1 | 85 | C7 | 13 | 21 | 0 | 16 | 109 | 25 | 41 |
| Octal | 241 | 205 | 307 | 23 | 41 | 0 | 26 | 411 | 45 | 101 |
| Binary | 10100001 | 10000101 | 11000111 | 10011 | 100001 | 0 | 10110 | 100001001 | 100101 | 1000001 |
Color Harmonies of #A185C7
Complementary color
Monochromatic Colors of #A185C7
Black with #A185C7
Text Example
Text Example
White with #A185C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A185C7; }
p { color: rgb(161,133,199); }
H1.HeaderClassName
{
color: #A185C7;
}
.AnyTagClassName
{
color: #A185C7;
}
</style>
background-color css
<style>
a { background-color: #A185C7; }
a { background-color: rgb(161,133,199); }
div.DivClassName
{
background-color: #A185C7;
}
.BgClassName
{
background-color: #A185C7;
}
</style>
border-color css
<style>
span { border-color: #A185C7; }
span { border-color: rgb(161,133,199); }
td.TdClassName
{
border-color: #A185C7;
}
.TagClassName
{
border-color: #A185C7;
}
</style>