Html Css Color HEX #A70573 Eggplant

📋 copy color: '#A70573'

red 167 ◦ green 5 ◦ blue 115

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

Shades of Eggplant #A70573

Tints of Eggplant #A70573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 40.07%

R = 58.19%
G = 1.74%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A70573 (or 0xA70573) is known color: Eggplant. HEX triplet: A7, 05 and 73. RGB value is (167,5,115). Sum of RGB (Red+Green+Blue) = 167+5+115=287 (38% of max value = 765). Red value is 167 (65.62% from 255 or 58.19% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 167 - color contains mainly: red. Hex color #A70573 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70573 is #58FA8C. Grayscale: #414141. Windows color (decimal): -5831309 or 7538087. OLE color: 7538087.

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

Color convert

RGB 167 5 115 -
CMYK 0 0.97 0.31 0.35
HSL 319.26º 0.94% 0.34% -
HSV(B) 319.26º 0.97% 0.65% -
XYZ 19.09 9.56 17.06 -
YUV 65.98 155.67 200.06 -
System Red Green Blue C M Y K H S L
Decimal 167 5 115 0 0.97 0.31 0.35 319.26 0.94 0.34
Hex A7 5 73 0 61 1F 23 13F 5E 22
Octal 247 5 163 0 141 37 43 477 136 42
Binary 10100111 101 1110011 0 1100001 11111 100011 100111111 1011110 100010

Color Harmonies of #A70573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70573

Black with #A70573

Text Example


Text Example

White with #A70573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70573; }

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

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

background-color css

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

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

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

border-color css

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

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

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