Html Css Color HEX #A40470 Eggplant

📋 copy color: '#A40470'

red 164 ◦ green 4 ◦ blue 112

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

Shades of Eggplant #A40470

Tints of Eggplant #A40470

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.43%

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

R = 58.57%
G = 1.43%
B = 40%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A40470 (or 0xA40470) is known color: Eggplant. HEX triplet: A4, 04 and 70. RGB value is (164,4,112). Sum of RGB (Red+Green+Blue) = 164+4+112=280 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.57% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 164 - color contains mainly: red. Hex color #A40470 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40470 is #5BFB8F. Grayscale: #3F3F3F. Windows color (decimal): -6028176 or 7341220. OLE color: 7341220.

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

Color convert

RGB 164 4 112 -
CMYK 0 0.98 0.32 0.36
HSL 319.5º 0.95% 0.33% -
HSV(B) 319.5º 0.98% 0.64% -
XYZ 18.28 9.15 16.13 -
YUV 64.15 155.01 199.22 -
System Red Green Blue C M Y K H S L
Decimal 164 4 112 0 0.98 0.32 0.36 319.5 0.95 0.33
Hex A4 4 70 0 62 20 24 140 5F 21
Octal 244 4 160 0 142 40 44 500 137 41
Binary 10100100 100 1110000 0 1100010 100000 100100 101000000 1011111 100001

Color Harmonies of #A40470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40470

Black with #A40470

Text Example


Text Example

White with #A40470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40470; }

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

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

background-color css

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

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

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

border-color css

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

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

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