Shades of Eggplant #A20367
Tints of Eggplant #A20367
RGB
CMYK
RGB Variations
Color information
#A20367 (or 0xA20367) is known color: Eggplant. HEX triplet: A2, 03 and 67. RGB value is (162,3,103). Sum of RGB (Red+Green+Blue) = 162+3+103=268 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.45% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 103 (40.62% from 255 or 38.43% from 268); Max value from RGB is 162 - color contains mainly: red. Hex color #A20367 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20367 is #5DFC98. Grayscale: #3D3D3D. Windows color (decimal): -6159513 or 6751138. OLE color: 6751138.
HSL color Cylindrical-coordinate representation of color #A20367: hue angle of 322.26º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A20367 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 3 | 103 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.36 |
| HSL | 322.26º | 0.96% | 0.32% | - |
| HSV(B) | 322.26º | 0.98% | 0.64% | - |
| XYZ | 17.38 | 8.73 | 13.6 | - |
| YUV | 61.94 | 151.18 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 103 | 0 | 0.98 | 0.36 | 0.36 | 322.26 | 0.96 | 0.32 |
| Hex | A2 | 3 | 67 | 0 | 62 | 24 | 24 | 142 | 60 | 20 |
| Octal | 242 | 3 | 147 | 0 | 142 | 44 | 44 | 502 | 140 | 40 |
| Binary | 10100010 | 11 | 1100111 | 0 | 1100010 | 100100 | 100100 | 101000010 | 1100000 | 100000 |
Color Harmonies of #A20367
Complementary color
Monochromatic Colors of #A20367
Black with #A20367
Text Example
Text Example
White with #A20367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20367; }
p { color: rgb(162,3,103); }
H1.HeaderClassName
{
color: #A20367;
}
.AnyTagClassName
{
color: #A20367;
}
</style>
background-color css
<style>
a { background-color: #A20367; }
a { background-color: rgb(162,3,103); }
div.DivClassName
{
background-color: #A20367;
}
.BgClassName
{
background-color: #A20367;
}
</style>
border-color css
<style>
span { border-color: #A20367; }
span { border-color: rgb(162,3,103); }
td.TdClassName
{
border-color: #A20367;
}
.TagClassName
{
border-color: #A20367;
}
</style>