Html Css Color HEX #A1117A Eggplant

📋 copy color: '#A1117A'

red 161 ◦ green 17 ◦ blue 122

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

Shades of Eggplant #A1117A

Tints of Eggplant #A1117A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 40.67%

R = 53.67%
G = 5.67%
B = 40.67%

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

#A1117A (or 0xA1117A) is known color: Eggplant. HEX triplet: A1, 11 and 7A. RGB value is (161,17,122). Sum of RGB (Red+Green+Blue) = 161+17+122=300 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.67% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 161 - color contains mainly: red. Hex color #A1117A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1117A is #5EEE85. Grayscale: #474747. Windows color (decimal): -6221446 or 7999905. OLE color: 7999905.

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

Color convert

RGB 161 17 122 -
CMYK 0 0.89 0.24 0.37
HSL 316.25º 0.81% 0.35% -
HSV(B) 316.25º 0.89% 0.63% -
XYZ 18.41 9.38 19.25 -
YUV 72.03 156.21 191.46 -
System Red Green Blue C M Y K H S L
Decimal 161 17 122 0 0.89 0.24 0.37 316.25 0.81 0.35
Hex A1 11 7A 0 59 18 25 13C 51 23
Octal 241 21 172 0 131 30 45 474 121 43
Binary 10100001 10001 1111010 0 1011001 11000 100101 100111100 1010001 100011

Color Harmonies of #A1117A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1117A

Black with #A1117A

Text Example


Text Example

White with #A1117A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1117A; }

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

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

background-color css

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

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

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

border-color css

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

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

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