Html Css Color HEX #A40670 Eggplant

📋 copy color: '#A40670'

red 164 ◦ green 6 ◦ blue 112

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

Shades of Eggplant #A40670

Tints of Eggplant #A40670

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.13%

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

R = 58.16%
G = 2.13%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A40670 (or 0xA40670) is known color: Eggplant. HEX triplet: A4, 06 and 70. RGB value is (164,6,112). Sum of RGB (Red+Green+Blue) = 164+6+112=282 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.16% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 164 - color contains mainly: red. Hex color #A40670 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40670 is #5BF98F. Grayscale: #414141. Windows color (decimal): -6027664 or 7341732. OLE color: 7341732.

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

Color convert

RGB 164 6 112 -
CMYK 0 0.96 0.32 0.36
HSL 319.75º 0.93% 0.33% -
HSV(B) 319.75º 0.96% 0.64% -
XYZ 18.3 9.19 16.14 -
YUV 65.33 154.35 198.38 -
System Red Green Blue C M Y K H S L
Decimal 164 6 112 0 0.96 0.32 0.36 319.75 0.93 0.33
Hex A4 6 70 0 60 20 24 140 5D 21
Octal 244 6 160 0 140 40 44 500 135 41
Binary 10100100 110 1110000 0 1100000 100000 100100 101000000 1011101 100001

Color Harmonies of #A40670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40670

Black with #A40670

Text Example


Text Example

White with #A40670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40670; }

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

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

background-color css

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

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

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

border-color css

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

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

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