Shades of Dark Purple #A2168A
Tints of Dark Purple #A2168A
RGB
CMYK
RGB Variations
Color information
#A2168A (or 0xA2168A) is known color: Dark Purple. HEX triplet: A2, 16 and 8A. RGB value is (162,22,138). Sum of RGB (Red+Green+Blue) = 162+22+138=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A2168A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2168A is #5DE975. Grayscale: #4C4C4C. Windows color (decimal): -6154614 or 9049762. OLE color: 9049762.
HSL color Cylindrical-coordinate representation of color #A2168A: hue angle of 310.29º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A2168A is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 22 | 138 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.36 |
| HSL | 310.29º | 0.76% | 0.36% | - |
| HSV(B) | 310.29º | 0.86% | 0.64% | - |
| XYZ | 19.77 | 10.09 | 24.95 | - |
| YUV | 77.08 | 162.38 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 22 | 138 | 0 | 0.86 | 0.15 | 0.36 | 310.29 | 0.76 | 0.36 |
| Hex | A2 | 16 | 8A | 0 | 56 | F | 24 | 136 | 4C | 24 |
| Octal | 242 | 26 | 212 | 0 | 126 | 17 | 44 | 466 | 114 | 44 |
| Binary | 10100010 | 10110 | 10001010 | 0 | 1010110 | 1111 | 100100 | 100110110 | 1001100 | 100100 |
Color Harmonies of #A2168A
Complementary color
Monochromatic Colors of #A2168A
Black with #A2168A
Text Example
Text Example
White with #A2168A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2168A; }
p { color: rgb(162,22,138); }
H1.HeaderClassName
{
color: #A2168A;
}
.AnyTagClassName
{
color: #A2168A;
}
</style>
background-color css
<style>
a { background-color: #A2168A; }
a { background-color: rgb(162,22,138); }
div.DivClassName
{
background-color: #A2168A;
}
.BgClassName
{
background-color: #A2168A;
}
</style>
border-color css
<style>
span { border-color: #A2168A; }
span { border-color: rgb(162,22,138); }
td.TdClassName
{
border-color: #A2168A;
}
.TagClassName
{
border-color: #A2168A;
}
</style>