Html Css Color HEX #A70071 Eggplant

📋 copy color: '#A70071'

red 167 ◦ green 0 ◦ blue 113

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

Shades of Eggplant #A70071

Tints of Eggplant #A70071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 40.36%

R = 59.64%
G = 0%
B = 40.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A70071 (or 0xA70071) is known color: Eggplant. HEX triplet: A7, 00 and 71. RGB value is (167,0,113). Sum of RGB (Red+Green+Blue) = 167+0+113=280 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.64% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 167 - color contains mainly: red. Hex color #A70071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70071 is #58FF8E. Grayscale: #3E3E3E. Windows color (decimal): -5832591 or 7405735. OLE color: 7405735.

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

Color convert

RGB 167 0 113 -
CMYK 0 1 0.32 0.35
HSL 319.4º 1% 0.33% -
HSV(B) 319.4º 1% 0.65% -
XYZ 18.92 9.41 16.44 -
YUV 62.82 156.33 202.31 -
System Red Green Blue C M Y K H S L
Decimal 167 0 113 0 1 0.32 0.35 319.4 1 0.33
Hex A7 0 71 0 64 20 23 13F 64 21
Octal 247 0 161 0 144 40 43 477 144 41
Binary 10100111 0 1110001 0 1100100 100000 100011 100111111 1100100 100001

Color Harmonies of #A70071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70071

Black with #A70071

Text Example


Text Example

White with #A70071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70071; }

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

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

background-color css

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

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

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

border-color css

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

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

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