Html Css Color HEX #A7037C Eggplant

📋 copy color: '#A7037C'

red 167 ◦ green 3 ◦ blue 124

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

Shades of Eggplant #A7037C

Tints of Eggplant #A7037C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.02%

 BLUE value IS 124 (48.83% from 255) = 42.18%

R = 56.8%
G = 1.02%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A7037C (or 0xA7037C) is known color: Eggplant. HEX triplet: A7, 03 and 7C. RGB value is (167,3,124). Sum of RGB (Red+Green+Blue) = 167+3+124=294 (38% of max value = 765). Red value is 167 (65.62% from 255 or 56.80% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 167 - color contains mainly: red. Hex color #A7037C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7037C is #58FC83. Grayscale: #414141. Windows color (decimal): -5831812 or 8127399. OLE color: 8127399.

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

Color convert

RGB 167 3 124 -
CMYK 0 0.98 0.26 0.35
HSL 315.73º 0.96% 0.33% -
HSV(B) 315.73º 0.98% 0.65% -
XYZ 19.61 9.74 19.91 -
YUV 65.83 160.83 200.16 -
System Red Green Blue C M Y K H S L
Decimal 167 3 124 0 0.98 0.26 0.35 315.73 0.96 0.33
Hex A7 3 7C 0 62 1A 23 13C 60 21
Octal 247 3 174 0 142 32 43 474 140 41
Binary 10100111 11 1111100 0 1100010 11010 100011 100111100 1100000 100001

Color Harmonies of #A7037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7037C

Black with #A7037C

Text Example


Text Example

White with #A7037C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7037C; }

 p { color: rgb(167,3,124); }

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

background-color css

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

 a { background-color: rgb(167,3,124); }

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

border-color css

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

 span { border-color: rgb(167,3,124); }

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