Html Css Color HEX #A70070 Eggplant

📋 copy color: '#A70070'

red 167 ◦ green 0 ◦ blue 112

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

Shades of Eggplant #A70070

Tints of Eggplant #A70070

RGB

 RED value IS 167 (65.63% from 255) = 59.86%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.86%
G = 0%
B = 40.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A70070 (or 0xA70070) is known color: Eggplant. HEX triplet: A7, 00 and 70. RGB value is (167,0,112). Sum of RGB (Red+Green+Blue) = 167+0+112=279 (36% of max value = 765). Red value is 167 (65.62% from 255 or 59.86% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 167 - color contains mainly: red. Hex color #A70070 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70070 is #58FF8F. Grayscale: #3E3E3E. Windows color (decimal): -5832592 or 7340199. OLE color: 7340199.

HSL color Cylindrical-coordinate representation of color #A70070: hue angle of 319.76º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A70070 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 0 112 -
CMYK 0 1 0.33 0.35
HSL 319.76º 1% 0.33% -
HSV(B) 319.76º 1% 0.65% -
XYZ 18.86 9.39 16.15 -
YUV 62.7 155.83 202.39 -
System Red Green Blue C M Y K H S L
Decimal 167 0 112 0 1 0.33 0.35 319.76 1 0.33
Hex A7 0 70 0 64 21 23 140 64 21
Octal 247 0 160 0 144 41 43 500 144 41
Binary 10100111 0 1110000 0 1100100 100001 100011 101000000 1100100 100001

Color Harmonies of #A70070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70070

Black with #A70070

Text Example


Text Example

White with #A70070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70070; }

 p { color: rgb(167,0,112); }

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

background-color css

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

 a { background-color: rgb(167,0,112); }

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

border-color css

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

 span { border-color: rgb(167,0,112); }

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