Shades of Eggplant #A40369
Tints of Eggplant #A40369
RGB
CMYK
RGB Variations
Color information
#A40369 (or 0xA40369) is known color: Eggplant. HEX triplet: A4, 03 and 69. RGB value is (164,3,105). Sum of RGB (Red+Green+Blue) = 164+3+105=272 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.29% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 105 (41.41% from 255 or 38.60% from 272); Max value from RGB is 164 - color contains mainly: red. Hex color #A40369 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40369 is #5BFC96. Grayscale: #3E3E3E. Windows color (decimal): -6028439 or 6882212. OLE color: 6882212.
HSL color Cylindrical-coordinate representation of color #A40369: hue angle of 321.99º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A40369 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 3 | 105 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.36 |
| HSL | 321.99º | 0.96% | 0.33% | - |
| HSV(B) | 321.99º | 0.98% | 0.64% | - |
| XYZ | 17.89 | 8.98 | 14.15 | - |
| YUV | 62.77 | 151.84 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 3 | 105 | 0 | 0.98 | 0.36 | 0.36 | 321.99 | 0.96 | 0.33 |
| Hex | A4 | 3 | 69 | 0 | 62 | 24 | 24 | 142 | 60 | 21 |
| Octal | 244 | 3 | 151 | 0 | 142 | 44 | 44 | 502 | 140 | 41 |
| Binary | 10100100 | 11 | 1101001 | 0 | 1100010 | 100100 | 100100 | 101000010 | 1100000 | 100001 |
Color Harmonies of #A40369
Complementary color
Monochromatic Colors of #A40369
Black with #A40369
Text Example
Text Example
White with #A40369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40369; }
p { color: rgb(164,3,105); }
H1.HeaderClassName
{
color: #A40369;
}
.AnyTagClassName
{
color: #A40369;
}
</style>
background-color css
<style>
a { background-color: #A40369; }
a { background-color: rgb(164,3,105); }
div.DivClassName
{
background-color: #A40369;
}
.BgClassName
{
background-color: #A40369;
}
</style>
border-color css
<style>
span { border-color: #A40369; }
span { border-color: rgb(164,3,105); }
td.TdClassName
{
border-color: #A40369;
}
.TagClassName
{
border-color: #A40369;
}
</style>