Html Css Color HEX #A7117C Eggplant

📋 copy color: '#A7117C'

red 167 ◦ green 17 ◦ blue 124

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

Shades of Eggplant #A7117C

Tints of Eggplant #A7117C

RGB

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

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

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

R = 54.22%
G = 5.52%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A7117C (or 0xA7117C) is known color: Eggplant. HEX triplet: A7, 11 and 7C. RGB value is (167,17,124). Sum of RGB (Red+Green+Blue) = 167+17+124=308 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.22% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 167 - color contains mainly: red. Hex color #A7117C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7117C is #58EE83. Grayscale: #494949. Windows color (decimal): -5828228 or 8130983. OLE color: 8130983.

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

Color convert

RGB 167 17 124 -
CMYK 0 0.90 0.26 0.35
HSL 317.2º 0.82% 0.36% -
HSV(B) 317.2º 0.9% 0.65% -
XYZ 19.77 10.07 19.97 -
YUV 74.05 156.2 194.3 -
System Red Green Blue C M Y K H S L
Decimal 167 17 124 0 0.90 0.26 0.35 317.2 0.82 0.36
Hex A7 11 7C 0 5A 1A 23 13D 52 24
Octal 247 21 174 0 132 32 43 475 122 44
Binary 10100111 10001 1111100 0 1011010 11010 100011 100111101 1010010 100100

Color Harmonies of #A7117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7117C

Black with #A7117C

Text Example


Text Example

White with #A7117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7117C; }

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

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

background-color css

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

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

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

border-color css

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

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

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