Html Css Color HEX #A7127E Eggplant

📋 copy color: '#A7127E'

red 167 ◦ green 18 ◦ blue 126

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

Shades of Eggplant #A7127E

Tints of Eggplant #A7127E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.79%

 BLUE value IS 126 (49.61% from 255) = 40.51%

R = 53.7%
G = 5.79%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A7127E (or 0xA7127E) is known color: Eggplant. HEX triplet: A7, 12 and 7E. RGB value is (167,18,126). Sum of RGB (Red+Green+Blue) = 167+18+126=311 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.70% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 167 - color contains mainly: red. Hex color #A7127E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7127E is #58ED81. Grayscale: #4A4A4A. Windows color (decimal): -5827970 or 8262311. OLE color: 8262311.

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

Color convert

RGB 167 18 126 -
CMYK 0 0.89 0.25 0.35
HSL 316.51º 0.81% 0.36% -
HSV(B) 316.51º 0.89% 0.65% -
XYZ 19.92 10.15 20.65 -
YUV 74.86 156.86 193.72 -
System Red Green Blue C M Y K H S L
Decimal 167 18 126 0 0.89 0.25 0.35 316.51 0.81 0.36
Hex A7 12 7E 0 59 19 23 13D 51 24
Octal 247 22 176 0 131 31 43 475 121 44
Binary 10100111 10010 1111110 0 1011001 11001 100011 100111101 1010001 100100

Color Harmonies of #A7127E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7127E

Black with #A7127E

Text Example


Text Example

White with #A7127E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7127E; }

 p { color: rgb(167,18,126); }

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

background-color css

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

 a { background-color: rgb(167,18,126); }

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

border-color css

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

 span { border-color: rgb(167,18,126); }

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