Html Css Color HEX #A40377 Eggplant

📋 copy color: '#A40377'

red 164 ◦ green 3 ◦ blue 119

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

Shades of Eggplant #A40377

Tints of Eggplant #A40377

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

 BLUE value IS 119 (46.88% from 255) = 41.61%

R = 57.34%
G = 1.05%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A40377 (or 0xA40377) is known color: Eggplant. HEX triplet: A4, 03 and 77. RGB value is (164,3,119). Sum of RGB (Red+Green+Blue) = 164+3+119=286 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.34% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 164 - color contains mainly: red. Hex color #A40377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40377 is #5BFC88. Grayscale: #404040. Windows color (decimal): -6028425 or 7799716. OLE color: 7799716.

HSL color Cylindrical-coordinate representation of color #A40377: hue angle of 316.77º 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 #A40377 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 3 119 -
CMYK 0 0.98 0.27 0.36
HSL 316.77º 0.96% 0.33% -
HSV(B) 316.77º 0.98% 0.64% -
XYZ 18.67 9.29 18.26 -
YUV 64.36 158.84 199.07 -
System Red Green Blue C M Y K H S L
Decimal 164 3 119 0 0.98 0.27 0.36 316.77 0.96 0.33
Hex A4 3 77 0 62 1B 24 13D 60 21
Octal 244 3 167 0 142 33 44 475 140 41
Binary 10100100 11 1110111 0 1100010 11011 100100 100111101 1100000 100001

Color Harmonies of #A40377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40377

Black with #A40377

Text Example


Text Example

White with #A40377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40377; }

 p { color: rgb(164,3,119); }

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

background-color css

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

 a { background-color: rgb(164,3,119); }

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

border-color css

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

 span { border-color: rgb(164,3,119); }

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