Html Css Color HEX #A40080 Eggplant

📋 copy color: '#A40080'

red 164 ◦ green 0 ◦ blue 128

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

Shades of Eggplant #A40080

Tints of Eggplant #A40080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 128 (50.39% from 255) = 43.84%

R = 56.16%
G = 0%
B = 43.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A40080 (or 0xA40080) is known color: Eggplant. HEX triplet: A4, 00 and 80. RGB value is (164,0,128). Sum of RGB (Red+Green+Blue) = 164+0+128=292 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.16% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 128 (50.39% from 255 or 43.84% from 292); Max value from RGB is 164 - color contains mainly: red. Hex color #A40080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40080 is #5BFF7F. Grayscale: #3F3F3F. Windows color (decimal): -6029184 or 8388772. OLE color: 8388772.

HSL color Cylindrical-coordinate representation of color #A40080: hue angle of 313.17º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A40080 is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 0 128 -
CMYK 0 1 0.22 0.36
HSL 313.17º 1% 0.32% -
HSV(B) 313.17º 1% 0.64% -
XYZ 19.21 9.45 21.23 -
YUV 63.63 164.33 199.59 -
System Red Green Blue C M Y K H S L
Decimal 164 0 128 0 1 0.22 0.36 313.17 1 0.32
Hex A4 0 80 0 64 16 24 139 64 20
Octal 244 0 200 0 144 26 44 471 144 40
Binary 10100100 0 10000000 0 1100100 10110 100100 100111001 1100100 100000

Color Harmonies of #A40080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40080

Black with #A40080

Text Example


Text Example

White with #A40080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40080; }

 p { color: rgb(164,0,128); }

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

background-color css

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

 a { background-color: rgb(164,0,128); }

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

border-color css

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

 span { border-color: rgb(164,0,128); }

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