Html Css Color HEX #A1096A Eggplant

📋 copy color: '#A1096A'

red 161 ◦ green 9 ◦ blue 106

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

Shades of Eggplant #A1096A

Tints of Eggplant #A1096A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 38.41%

R = 58.33%
G = 3.26%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A1096A (or 0xA1096A) is known color: Eggplant. HEX triplet: A1, 09 and 6A. RGB value is (161,9,106). Sum of RGB (Red+Green+Blue) = 161+9+106=276 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.33% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 161 - color contains mainly: red. Hex color #A1096A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1096A is #5EF695. Grayscale: #414141. Windows color (decimal): -6223510 or 6949281. OLE color: 6949281.

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

Color convert

RGB 161 9 106 -
CMYK 0 0.94 0.34 0.37
HSL 321.71º 0.89% 0.33% -
HSV(B) 321.71º 0.94% 0.63% -
XYZ 17.4 8.81 14.42 -
YUV 65.51 150.86 196.11 -
System Red Green Blue C M Y K H S L
Decimal 161 9 106 0 0.94 0.34 0.37 321.71 0.89 0.33
Hex A1 9 6A 0 5E 22 25 142 59 21
Octal 241 11 152 0 136 42 45 502 131 41
Binary 10100001 1001 1101010 0 1011110 100010 100101 101000010 1011001 100001

Color Harmonies of #A1096A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1096A

Black with #A1096A

Text Example


Text Example

White with #A1096A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1096A; }

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

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

background-color css

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

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

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

border-color css

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

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

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