Html Css Color HEX #A1096E Eggplant

📋 copy color: '#A1096E'

red 161 ◦ green 9 ◦ blue 110

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

Shades of Eggplant #A1096E

Tints of Eggplant #A1096E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.21%

 BLUE value IS 110 (43.36% from 255) = 39.29%

R = 57.5%
G = 3.21%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A1096E (or 0xA1096E) is known color: Eggplant. HEX triplet: A1, 09 and 6E. RGB value is (161,9,110). Sum of RGB (Red+Green+Blue) = 161+9+110=280 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.5% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 161 - color contains mainly: red. Hex color #A1096E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1096E is #5EF691. Grayscale: #414141. Windows color (decimal): -6223506 or 7211425. OLE color: 7211425.

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

Color convert

RGB 161 9 110 -
CMYK 0 0.94 0.32 0.37
HSL 320.13º 0.89% 0.33% -
HSV(B) 320.13º 0.94% 0.63% -
XYZ 17.61 8.9 15.54 -
YUV 65.96 152.86 195.79 -
System Red Green Blue C M Y K H S L
Decimal 161 9 110 0 0.94 0.32 0.37 320.13 0.89 0.33
Hex A1 9 6E 0 5E 20 25 140 59 21
Octal 241 11 156 0 136 40 45 500 131 41
Binary 10100001 1001 1101110 0 1011110 100000 100101 101000000 1011001 100001

Color Harmonies of #A1096E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1096E

Black with #A1096E

Text Example


Text Example

White with #A1096E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1096E; }

 p { color: rgb(161,9,110); }

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

background-color css

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

 a { background-color: rgb(161,9,110); }

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

border-color css

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

 span { border-color: rgb(161,9,110); }

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