Html Css Color HEX #A40870 Eggplant

📋 copy color: '#A40870'

red 164 ◦ green 8 ◦ blue 112

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

Shades of Eggplant #A40870

Tints of Eggplant #A40870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 39.44%

R = 57.75%
G = 2.82%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A40870 (or 0xA40870) is known color: Eggplant. HEX triplet: A4, 08 and 70. RGB value is (164,8,112). Sum of RGB (Red+Green+Blue) = 164+8+112=284 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.75% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 112 (44.14% from 255 or 39.44% from 284); Max value from RGB is 164 - color contains mainly: red. Hex color #A40870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40870 is #5BF78F. Grayscale: #424242. Windows color (decimal): -6027152 or 7342244. OLE color: 7342244.

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

Color convert

RGB 164 8 112 -
CMYK 0 0.95 0.32 0.36
HSL 320º 0.91% 0.34% -
HSV(B) 320º 0.95% 0.64% -
XYZ 18.32 9.24 16.15 -
YUV 66.5 153.68 197.54 -
System Red Green Blue C M Y K H S L
Decimal 164 8 112 0 0.95 0.32 0.36 320 0.91 0.34
Hex A4 8 70 0 5F 20 24 140 5B 22
Octal 244 10 160 0 137 40 44 500 133 42
Binary 10100100 1000 1110000 0 1011111 100000 100100 101000000 1011011 100010

Color Harmonies of #A40870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40870

Black with #A40870

Text Example


Text Example

White with #A40870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40870; }

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

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

background-color css

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

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

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

border-color css

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

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

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