Html Css Color HEX #A70570 Eggplant

📋 copy color: '#A70570'

red 167 ◦ green 5 ◦ blue 112

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

Shades of Eggplant #A70570

Tints of Eggplant #A70570

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.76%

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

R = 58.8%
G = 1.76%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A70570 (or 0xA70570) is known color: Eggplant. HEX triplet: A7, 05 and 70. RGB value is (167,5,112). Sum of RGB (Red+Green+Blue) = 167+5+112=284 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.80% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 112 (44.14% from 255 or 39.44% from 284); Max value from RGB is 167 - color contains mainly: red. Hex color #A70570 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70570 is #58FA8F. Grayscale: #414141. Windows color (decimal): -5831312 or 7341479. OLE color: 7341479.

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

Color convert

RGB 167 5 112 -
CMYK 0 0.97 0.33 0.35
HSL 320.37º 0.94% 0.34% -
HSV(B) 320.37º 0.97% 0.65% -
XYZ 18.92 9.49 16.16 -
YUV 65.64 154.17 200.3 -
System Red Green Blue C M Y K H S L
Decimal 167 5 112 0 0.97 0.33 0.35 320.37 0.94 0.34
Hex A7 5 70 0 61 21 23 140 5E 22
Octal 247 5 160 0 141 41 43 500 136 42
Binary 10100111 101 1110000 0 1100001 100001 100011 101000000 1011110 100010

Color Harmonies of #A70570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70570

Black with #A70570

Text Example


Text Example

White with #A70570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70570; }

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

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

background-color css

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

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

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

border-color css

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

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

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