Html Css Color HEX #A0096F Eggplant

📋 copy color: '#A0096F'

red 160 ◦ green 9 ◦ blue 111

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

Shades of Eggplant #A0096F

Tints of Eggplant #A0096F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 39.64%

R = 57.14%
G = 3.21%
B = 39.64%

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

#A0096F (or 0xA0096F) is known color: Eggplant. HEX triplet: A0, 09 and 6F. RGB value is (160,9,111). Sum of RGB (Red+Green+Blue) = 160+9+111=280 (37% of max value = 765). Red value is 160 (62.89% from 255 or 57.14% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 160 - color contains mainly: red. Hex color #A0096F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0096F is #5FF690. Grayscale: #414141. Windows color (decimal): -6289041 or 7276960. OLE color: 7276960.

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

Color convert

RGB 160 9 111 -
CMYK 0 0.94 0.31 0.37
HSL 319.47º 0.89% 0.33% -
HSV(B) 319.47º 0.94% 0.63% -
XYZ 17.46 8.82 15.82 -
YUV 65.78 153.53 195.21 -
System Red Green Blue C M Y K H S L
Decimal 160 9 111 0 0.94 0.31 0.37 319.47 0.89 0.33
Hex A0 9 6F 0 5E 1F 25 13F 59 21
Octal 240 11 157 0 136 37 45 477 131 41
Binary 10100000 1001 1101111 0 1011110 11111 100101 100111111 1011001 100001

Color Harmonies of #A0096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0096F

Black with #A0096F

Text Example


Text Example

White with #A0096F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0096F; }

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

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

background-color css

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

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

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

border-color css

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

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

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