Html Css Color HEX #A1117C Eggplant

📋 copy color: '#A1117C'

red 161 ◦ green 17 ◦ blue 124

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

Shades of Eggplant #A1117C

Tints of Eggplant #A1117C

RGB

 RED value IS 161 (63.28% from 255) = 53.31%

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

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

R = 53.31%
G = 5.63%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A1117C (or 0xA1117C) is known color: Eggplant. HEX triplet: A1, 11 and 7C. RGB value is (161,17,124). Sum of RGB (Red+Green+Blue) = 161+17+124=302 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.31% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 161 - color contains mainly: red. Hex color #A1117C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1117C is #5EEE83. Grayscale: #474747. Windows color (decimal): -6221444 or 8130977. OLE color: 8130977.

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

Color convert

RGB 161 17 124 -
CMYK 0 0.89 0.23 0.37
HSL 315.42º 0.81% 0.35% -
HSV(B) 315.42º 0.89% 0.63% -
XYZ 18.54 9.43 19.91 -
YUV 72.25 157.21 191.3 -
System Red Green Blue C M Y K H S L
Decimal 161 17 124 0 0.89 0.23 0.37 315.42 0.81 0.35
Hex A1 11 7C 0 59 17 25 13B 51 23
Octal 241 21 174 0 131 27 45 473 121 43
Binary 10100001 10001 1111100 0 1011001 10111 100101 100111011 1010001 100011

Color Harmonies of #A1117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1117C

Black with #A1117C

Text Example


Text Example

White with #A1117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1117C; }

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

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

background-color css

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

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

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

border-color css

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

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

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