Html Css Color HEX #A1117B Eggplant

📋 copy color: '#A1117B'

red 161 ◦ green 17 ◦ blue 123

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

Shades of Eggplant #A1117B

Tints of Eggplant #A1117B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 40.86%

R = 53.49%
G = 5.65%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A1117B (or 0xA1117B) is known color: Eggplant. HEX triplet: A1, 11 and 7B. RGB value is (161,17,123). Sum of RGB (Red+Green+Blue) = 161+17+123=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A1117B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1117B is #5EEE84. Grayscale: #474747. Windows color (decimal): -6221445 or 8065441. OLE color: 8065441.

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

Color convert

RGB 161 17 123 -
CMYK 0 0.89 0.24 0.37
HSL 315.83º 0.81% 0.35% -
HSV(B) 315.83º 0.89% 0.63% -
XYZ 18.47 9.41 19.58 -
YUV 72.14 156.71 191.38 -
System Red Green Blue C M Y K H S L
Decimal 161 17 123 0 0.89 0.24 0.37 315.83 0.81 0.35
Hex A1 11 7B 0 59 18 25 13C 51 23
Octal 241 21 173 0 131 30 45 474 121 43
Binary 10100001 10001 1111011 0 1011001 11000 100101 100111100 1010001 100011

Color Harmonies of #A1117B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1117B

Black with #A1117B

Text Example


Text Example

White with #A1117B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1117B; }

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

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

background-color css

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

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

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

border-color css

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

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

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