Shades of Cold Purple #A182BE
Tints of Cold Purple #A182BE
RGB
CMYK
RGB Variations
Color information
#A182BE (or 0xA182BE) is known color: Cold Purple. HEX triplet: A1, 82 and BE. RGB value is (161,130,190). Sum of RGB (Red+Green+Blue) = 161+130+190=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #A182BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A182BE is #5E7D41. Grayscale: #919191. Windows color (decimal): -6192450 or 12485281. OLE color: 12485281.
HSL color Cylindrical-coordinate representation of color #A182BE: hue angle of 271º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A182BE is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 130 | 190 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.25 |
| HSL | 271º | 0.32% | 0.63% | - |
| HSV(B) | 271º | 0.32% | 0.75% | - |
| XYZ | 31.97 | 27.26 | 52.29 | - |
| YUV | 146.11 | 152.77 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 190 | 0.15 | 0.32 | 0 | 0.25 | 271 | 0.32 | 0.63 |
| Hex | A1 | 82 | BE | F | 20 | 0 | 19 | 10F | 20 | 3F |
| Octal | 241 | 202 | 276 | 17 | 40 | 0 | 31 | 417 | 40 | 77 |
| Binary | 10100001 | 10000010 | 10111110 | 1111 | 100000 | 0 | 11001 | 100001111 | 100000 | 111111 |
Color Harmonies of #A182BE
Complementary color
Monochromatic Colors of #A182BE
Black with #A182BE
Text Example
Text Example
White with #A182BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A182BE; }
p { color: rgb(161,130,190); }
H1.HeaderClassName
{
color: #A182BE;
}
.AnyTagClassName
{
color: #A182BE;
}
</style>
background-color css
<style>
a { background-color: #A182BE; }
a { background-color: rgb(161,130,190); }
div.DivClassName
{
background-color: #A182BE;
}
.BgClassName
{
background-color: #A182BE;
}
</style>
border-color css
<style>
span { border-color: #A182BE; }
span { border-color: rgb(161,130,190); }
td.TdClassName
{
border-color: #A182BE;
}
.TagClassName
{
border-color: #A182BE;
}
</style>