Html Css Color HEX #A0096B Eggplant

📋 copy color: '#A0096B'

red 160 ◦ green 9 ◦ blue 107

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

Shades of Eggplant #A0096B

Tints of Eggplant #A0096B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.77%

R = 57.97%
G = 3.26%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A0096B (or 0xA0096B) is known color: Eggplant. HEX triplet: A0, 09 and 6B. RGB value is (160,9,107). Sum of RGB (Red+Green+Blue) = 160+9+107=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A0096B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0096B is #5FF694. Grayscale: #414141. Windows color (decimal): -6289045 or 7014816. OLE color: 7014816.

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

Color convert

RGB 160 9 107 -
CMYK 0 0.94 0.33 0.37
HSL 321.06º 0.89% 0.33% -
HSV(B) 321.06º 0.94% 0.63% -
XYZ 17.25 8.73 14.69 -
YUV 65.32 151.53 195.53 -
System Red Green Blue C M Y K H S L
Decimal 160 9 107 0 0.94 0.33 0.37 321.06 0.89 0.33
Hex A0 9 6B 0 5E 21 25 141 59 21
Octal 240 11 153 0 136 41 45 501 131 41
Binary 10100000 1001 1101011 0 1011110 100001 100101 101000001 1011001 100001

Color Harmonies of #A0096B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0096B

Black with #A0096B

Text Example


Text Example

White with #A0096B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0096B; }

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

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

background-color css

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

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

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

border-color css

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

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

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