Html Css Color HEX #A40279 Eggplant

📋 copy color: '#A40279'

red 164 ◦ green 2 ◦ blue 121

#A40279
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #A40279

Tints of Eggplant #A40279

RGB

 RED value IS 164 (64.45% from 255) = 57.14%

 GREEN value IS 2 (1.17% from 255) = 0.7%

 BLUE value IS 121 (47.66% from 255) = 42.16%

R = 57.14%
G = 0.7%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A40279 (or 0xA40279) is known color: Eggplant. HEX triplet: A4, 02 and 79. RGB value is (164,2,121). Sum of RGB (Red+Green+Blue) = 164+2+121=287 (38% of max value = 765). Red value is 164 (64.45% from 255 or 57.14% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 164 - color contains mainly: red. Hex color #A40279 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40279 is #5BFD86. Grayscale: #3F3F3F. Windows color (decimal): -6028679 or 7930532. OLE color: 7930532.

HSL color Cylindrical-coordinate representation of color #A40279: hue angle of 315.93º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A40279 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 2 121 -
CMYK 0 0.99 0.26 0.36
HSL 315.93º 0.98% 0.33% -
HSV(B) 315.93º 0.99% 0.64% -
XYZ 18.78 9.32 18.9 -
YUV 64 160.17 199.32 -
System Red Green Blue C M Y K H S L
Decimal 164 2 121 0 0.99 0.26 0.36 315.93 0.98 0.33
Hex A4 2 79 0 63 1A 24 13C 62 21
Octal 244 2 171 0 143 32 44 474 142 41
Binary 10100100 10 1111001 0 1100011 11010 100100 100111100 1100010 100001

Color Harmonies of #A40279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40279

Black with #A40279

Text Example


Text Example

White with #A40279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40279; }

 p { color: rgb(164,2,121); }

 H1.HeaderClassName
 {
   color: #A40279;
 }
 .AnyTagClassName
 {
   color: #A40279;
 }
</style>

background-color css

<style>
 a { background-color: #A40279; }

 a { background-color: rgb(164,2,121); }

 div.DivClassName
 {
   background-color: #A40279;
 }
 .BgClassName
 {
   background-color: #A40279;
 }
</style>

border-color css

<style>
 span { border-color: #A40279; }

 span { border-color: rgb(164,2,121); }

 td.TdClassName
 {
   border-color: #A40279;
 }
 .TagClassName
 {
   border-color: #A40279;
 }
</style>