Html Css Color HEX #A7117E Eggplant

📋 copy color: '#A7117E'

red 167 ◦ green 17 ◦ blue 126

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

Shades of Eggplant #A7117E

Tints of Eggplant #A7117E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.48%

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

R = 53.87%
G = 5.48%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A7117E (or 0xA7117E) is known color: Eggplant. HEX triplet: A7, 11 and 7E. RGB value is (167,17,126). Sum of RGB (Red+Green+Blue) = 167+17+126=310 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.87% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 167 - color contains mainly: red. Hex color #A7117E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7117E is #58EE81. Grayscale: #494949. Windows color (decimal): -5828226 or 8262055. OLE color: 8262055.

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

Color convert

RGB 167 17 126 -
CMYK 0 0.90 0.25 0.35
HSL 316.4º 0.82% 0.36% -
HSV(B) 316.4º 0.9% 0.65% -
XYZ 19.9 10.12 20.64 -
YUV 74.28 157.2 194.14 -
System Red Green Blue C M Y K H S L
Decimal 167 17 126 0 0.90 0.25 0.35 316.4 0.82 0.36
Hex A7 11 7E 0 5A 19 23 13C 52 24
Octal 247 21 176 0 132 31 43 474 122 44
Binary 10100111 10001 1111110 0 1011010 11001 100011 100111100 1010010 100100

Color Harmonies of #A7117E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7117E

Black with #A7117E

Text Example


Text Example

White with #A7117E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7117E; }

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

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

background-color css

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

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

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

border-color css

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

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

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