Html Css Color HEX #A40880 Eggplant

📋 copy color: '#A40880'

red 164 ◦ green 8 ◦ blue 128

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

Shades of Eggplant #A40880

Tints of Eggplant #A40880

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.67%

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

R = 54.67%
G = 2.67%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A40880 (or 0xA40880) is known color: Eggplant. HEX triplet: A4, 08 and 80. RGB value is (164,8,128). Sum of RGB (Red+Green+Blue) = 164+8+128=300 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.67% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 164 - color contains mainly: red. Hex color #A40880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40880 is #5BF77F. Grayscale: #444444. Windows color (decimal): -6027136 or 8390820. OLE color: 8390820.

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

Color convert

RGB 164 8 128 -
CMYK 0 0.95 0.22 0.36
HSL 313.85º 0.91% 0.34% -
HSV(B) 313.85º 0.95% 0.64% -
XYZ 19.29 9.62 21.26 -
YUV 68.32 161.68 196.24 -
System Red Green Blue C M Y K H S L
Decimal 164 8 128 0 0.95 0.22 0.36 313.85 0.91 0.34
Hex A4 8 80 0 5F 16 24 13A 5B 22
Octal 244 10 200 0 137 26 44 472 133 42
Binary 10100100 1000 10000000 0 1011111 10110 100100 100111010 1011011 100010

Color Harmonies of #A40880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40880

Black with #A40880

Text Example


Text Example

White with #A40880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40880; }

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

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

background-color css

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

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

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

border-color css

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

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

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