Shades of Cold Purple #A182CF
Tints of Cold Purple #A182CF
RGB
CMYK
RGB Variations
Color information
#A182CF (or 0xA182CF) is known color: Cold Purple. HEX triplet: A1, 82 and CF. RGB value is (161,130,207). Sum of RGB (Red+Green+Blue) = 161+130+207=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #A182CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A182CF is #5E7D30. Grayscale: #939393. Windows color (decimal): -6192433 or 13599393. OLE color: 13599393.
HSL color Cylindrical-coordinate representation of color #A182CF: hue angle of 264.16º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A182CF is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 130 | 207 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.19 |
| HSL | 264.16º | 0.45% | 0.66% | - |
| HSV(B) | 264.16º | 0.37% | 0.81% | - |
| XYZ | 33.94 | 28.05 | 62.66 | - |
| YUV | 148.05 | 161.27 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 207 | 0.22 | 0.37 | 0 | 0.19 | 264.16 | 0.45 | 0.66 |
| Hex | A1 | 82 | CF | 16 | 25 | 0 | 13 | 108 | 2D | 42 |
| Octal | 241 | 202 | 317 | 26 | 45 | 0 | 23 | 410 | 55 | 102 |
| Binary | 10100001 | 10000010 | 11001111 | 10110 | 100101 | 0 | 10011 | 100001000 | 101101 | 1000010 |
Color Harmonies of #A182CF
Complementary color
Monochromatic Colors of #A182CF
Black with #A182CF
Text Example
Text Example
White with #A182CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A182CF; }
p { color: rgb(161,130,207); }
H1.HeaderClassName
{
color: #A182CF;
}
.AnyTagClassName
{
color: #A182CF;
}
</style>
background-color css
<style>
a { background-color: #A182CF; }
a { background-color: rgb(161,130,207); }
div.DivClassName
{
background-color: #A182CF;
}
.BgClassName
{
background-color: #A182CF;
}
</style>
border-color css
<style>
span { border-color: #A182CF; }
span { border-color: rgb(161,130,207); }
td.TdClassName
{
border-color: #A182CF;
}
.TagClassName
{
border-color: #A182CF;
}
</style>