Shades of Cold Purple #A180CF
Tints of Cold Purple #A180CF
RGB
CMYK
RGB Variations
Color information
#A180CF (or 0xA180CF) is known color: Cold Purple. HEX triplet: A1, 80 and CF. RGB value is (161,128,207). Sum of RGB (Red+Green+Blue) = 161+128+207=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #A180CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A180CF is #5E7F30. Grayscale: #929292. Windows color (decimal): -6192945 or 13598881. OLE color: 13598881.
HSL color Cylindrical-coordinate representation of color #A180CF: hue angle of 265.06º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A180CF is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 128 | 207 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.19 |
| HSL | 265.06º | 0.45% | 0.66% | - |
| HSV(B) | 265.06º | 0.38% | 0.81% | - |
| XYZ | 33.68 | 27.52 | 62.57 | - |
| YUV | 146.87 | 161.93 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 128 | 207 | 0.22 | 0.38 | 0 | 0.19 | 265.06 | 0.45 | 0.66 |
| Hex | A1 | 80 | CF | 16 | 26 | 0 | 13 | 109 | 2D | 42 |
| Octal | 241 | 200 | 317 | 26 | 46 | 0 | 23 | 411 | 55 | 102 |
| Binary | 10100001 | 10000000 | 11001111 | 10110 | 100110 | 0 | 10011 | 100001001 | 101101 | 1000010 |
Color Harmonies of #A180CF
Complementary color
Monochromatic Colors of #A180CF
Black with #A180CF
Text Example
Text Example
White with #A180CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A180CF; }
p { color: rgb(161,128,207); }
H1.HeaderClassName
{
color: #A180CF;
}
.AnyTagClassName
{
color: #A180CF;
}
</style>
background-color css
<style>
a { background-color: #A180CF; }
a { background-color: rgb(161,128,207); }
div.DivClassName
{
background-color: #A180CF;
}
.BgClassName
{
background-color: #A180CF;
}
</style>
border-color css
<style>
span { border-color: #A180CF; }
span { border-color: rgb(161,128,207); }
td.TdClassName
{
border-color: #A180CF;
}
.TagClassName
{
border-color: #A180CF;
}
</style>