Html Css Color HEX #A7127C Eggplant

📋 copy color: '#A7127C'

red 167 ◦ green 18 ◦ blue 124

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

Shades of Eggplant #A7127C

Tints of Eggplant #A7127C

RGB

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

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

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

R = 54.05%
G = 5.83%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A7127C (or 0xA7127C) is known color: Eggplant. HEX triplet: A7, 12 and 7C. RGB value is (167,18,124). Sum of RGB (Red+Green+Blue) = 167+18+124=309 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.05% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 167 - color contains mainly: red. Hex color #A7127C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7127C is #58ED83. Grayscale: #4A4A4A. Windows color (decimal): -5827972 or 8131239. OLE color: 8131239.

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

Color convert

RGB 167 18 124 -
CMYK 0 0.89 0.26 0.35
HSL 317.32º 0.81% 0.36% -
HSV(B) 317.32º 0.89% 0.65% -
XYZ 19.79 10.1 19.98 -
YUV 74.64 155.86 193.88 -
System Red Green Blue C M Y K H S L
Decimal 167 18 124 0 0.89 0.26 0.35 317.32 0.81 0.36
Hex A7 12 7C 0 59 1A 23 13D 51 24
Octal 247 22 174 0 131 32 43 475 121 44
Binary 10100111 10010 1111100 0 1011001 11010 100011 100111101 1010001 100100

Color Harmonies of #A7127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7127C

Black with #A7127C

Text Example


Text Example

White with #A7127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7127C; }

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

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

background-color css

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

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

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

border-color css

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

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

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