Html Css Color HEX #A40981 Eggplant

📋 copy color: '#A40981'

red 164 ◦ green 9 ◦ blue 129

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

Shades of Eggplant #A40981

Tints of Eggplant #A40981

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.98%

 BLUE value IS 129 (50.78% from 255) = 42.72%

R = 54.3%
G = 2.98%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A40981 (or 0xA40981) is known color: Eggplant. HEX triplet: A4, 09 and 81. RGB value is (164,9,129). Sum of RGB (Red+Green+Blue) = 164+9+129=302 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.30% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 129 (50.78% from 255 or 42.72% from 302); Max value from RGB is 164 - color contains mainly: red. Hex color #A40981 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40981 is #5BF67E. Grayscale: #444444. Windows color (decimal): -6026879 or 8456612. OLE color: 8456612.

HSL color Cylindrical-coordinate representation of color #A40981: hue angle of 313.55º degrees, saturation: 0.9, 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 #A40981 is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 9 129 -
CMYK 0 0.95 0.21 0.36
HSL 313.55º 0.9% 0.34% -
HSV(B) 313.55º 0.95% 0.64% -
XYZ 19.37 9.67 21.62 -
YUV 69.03 161.85 195.74 -
System Red Green Blue C M Y K H S L
Decimal 164 9 129 0 0.95 0.21 0.36 313.55 0.9 0.34
Hex A4 9 81 0 5F 15 24 13A 5A 22
Octal 244 11 201 0 137 25 44 472 132 42
Binary 10100100 1001 10000001 0 1011111 10101 100100 100111010 1011010 100010

Color Harmonies of #A40981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40981

Black with #A40981

Text Example


Text Example

White with #A40981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40981; }

 p { color: rgb(164,9,129); }

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

background-color css

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

 a { background-color: rgb(164,9,129); }

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

border-color css

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

 span { border-color: rgb(164,9,129); }

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