Html Css Color HEX #A1096D Eggplant

📋 copy color: '#A1096D'

red 161 ◦ green 9 ◦ blue 109

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

Shades of Eggplant #A1096D

Tints of Eggplant #A1096D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.07%

R = 57.71%
G = 3.23%
B = 39.07%

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

#A1096D (or 0xA1096D) is known color: Eggplant. HEX triplet: A1, 09 and 6D. RGB value is (161,9,109). Sum of RGB (Red+Green+Blue) = 161+9+109=279 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.71% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 161 - color contains mainly: red. Hex color #A1096D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1096D is #5EF692. Grayscale: #414141. Windows color (decimal): -6223507 or 7145889. OLE color: 7145889.

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

Color convert

RGB 161 9 109 -
CMYK 0 0.94 0.32 0.37
HSL 320.53º 0.89% 0.33% -
HSV(B) 320.53º 0.94% 0.63% -
XYZ 17.56 8.88 15.26 -
YUV 65.85 152.36 195.87 -
System Red Green Blue C M Y K H S L
Decimal 161 9 109 0 0.94 0.32 0.37 320.53 0.89 0.33
Hex A1 9 6D 0 5E 20 25 141 59 21
Octal 241 11 155 0 136 40 45 501 131 41
Binary 10100001 1001 1101101 0 1011110 100000 100101 101000001 1011001 100001

Color Harmonies of #A1096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1096D

Black with #A1096D

Text Example


Text Example

White with #A1096D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1096D; }

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

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

background-color css

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

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

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

border-color css

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

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

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