Shades of Eggplant #A2067D
Tints of Eggplant #A2067D
RGB
CMYK
RGB Variations
Color information
#A2067D (or 0xA2067D) is known color: Eggplant. HEX triplet: A2, 06 and 7D. RGB value is (162,6,125). Sum of RGB (Red+Green+Blue) = 162+6+125=293 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.29% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 162 - color contains mainly: red. Hex color #A2067D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2067D is #5DF982. Grayscale: #414141. Windows color (decimal): -6158723 or 8193698. OLE color: 8193698.
HSL color Cylindrical-coordinate representation of color #A2067D: hue angle of 314.23º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2067D is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 6 | 125 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.36 |
| HSL | 314.23º | 0.93% | 0.33% | - |
| HSV(B) | 314.23º | 0.96% | 0.64% | - |
| XYZ | 18.67 | 9.29 | 20.21 | - |
| YUV | 66.21 | 161.18 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 6 | 125 | 0 | 0.96 | 0.23 | 0.36 | 314.23 | 0.93 | 0.33 |
| Hex | A2 | 6 | 7D | 0 | 60 | 17 | 24 | 13A | 5D | 21 |
| Octal | 242 | 6 | 175 | 0 | 140 | 27 | 44 | 472 | 135 | 41 |
| Binary | 10100010 | 110 | 1111101 | 0 | 1100000 | 10111 | 100100 | 100111010 | 1011101 | 100001 |
Color Harmonies of #A2067D
Complementary color
Monochromatic Colors of #A2067D
Black with #A2067D
Text Example
Text Example
White with #A2067D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2067D; }
p { color: rgb(162,6,125); }
H1.HeaderClassName
{
color: #A2067D;
}
.AnyTagClassName
{
color: #A2067D;
}
</style>
background-color css
<style>
a { background-color: #A2067D; }
a { background-color: rgb(162,6,125); }
div.DivClassName
{
background-color: #A2067D;
}
.BgClassName
{
background-color: #A2067D;
}
</style>
border-color css
<style>
span { border-color: #A2067D; }
span { border-color: rgb(162,6,125); }
td.TdClassName
{
border-color: #A2067D;
}
.TagClassName
{
border-color: #A2067D;
}
</style>