Html Css Color HEX #A0096E Eggplant

📋 copy color: '#A0096E'

red 160 ◦ green 9 ◦ blue 110

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

Shades of Eggplant #A0096E

Tints of Eggplant #A0096E

RGB

 RED value IS 160 (62.89% from 255) = 57.35%

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

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

R = 57.35%
G = 3.23%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A0096E (or 0xA0096E) is known color: Eggplant. HEX triplet: A0, 09 and 6E. RGB value is (160,9,110). Sum of RGB (Red+Green+Blue) = 160+9+110=279 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.35% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 160 - color contains mainly: red. Hex color #A0096E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0096E is #5FF691. Grayscale: #414141. Windows color (decimal): -6289042 or 7211424. OLE color: 7211424.

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

Color convert

RGB 160 9 110 -
CMYK 0 0.94 0.31 0.37
HSL 319.87º 0.89% 0.33% -
HSV(B) 319.87º 0.94% 0.63% -
XYZ 17.41 8.79 15.53 -
YUV 65.66 153.03 195.29 -
System Red Green Blue C M Y K H S L
Decimal 160 9 110 0 0.94 0.31 0.37 319.87 0.89 0.33
Hex A0 9 6E 0 5E 1F 25 140 59 21
Octal 240 11 156 0 136 37 45 500 131 41
Binary 10100000 1001 1101110 0 1011110 11111 100101 101000000 1011001 100001

Color Harmonies of #A0096E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0096E

Black with #A0096E

Text Example


Text Example

White with #A0096E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0096E; }

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

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

background-color css

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

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

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

border-color css

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

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

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