Html Css Color HEX #A0096D Eggplant

📋 copy color: '#A0096D'

red 160 ◦ green 9 ◦ blue 109

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

Shades of Eggplant #A0096D

Tints of Eggplant #A0096D

RGB

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

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

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

R = 57.55%
G = 3.24%
B = 39.21%

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

#A0096D (or 0xA0096D) is known color: Eggplant. HEX triplet: A0, 09 and 6D. RGB value is (160,9,109). Sum of RGB (Red+Green+Blue) = 160+9+109=278 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.55% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 160 - color contains mainly: red. Hex color #A0096D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0096D is #5FF692. Grayscale: #414141. Windows color (decimal): -6289043 or 7145888. OLE color: 7145888.

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

Color convert

RGB 160 9 109 -
CMYK 0 0.94 0.32 0.37
HSL 320.26º 0.89% 0.33% -
HSV(B) 320.26º 0.94% 0.63% -
XYZ 17.36 8.77 15.25 -
YUV 65.55 152.53 195.37 -
System Red Green Blue C M Y K H S L
Decimal 160 9 109 0 0.94 0.32 0.37 320.26 0.89 0.33
Hex A0 9 6D 0 5E 20 25 140 59 21
Octal 240 11 155 0 136 40 45 500 131 41
Binary 10100000 1001 1101101 0 1011110 100000 100101 101000000 1011001 100001

Color Harmonies of #A0096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0096D

Black with #A0096D

Text Example


Text Example

White with #A0096D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0096D; }

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

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

background-color css

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

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

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

border-color css

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

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

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