Html Css Color HEX #A0097F Eggplant

📋 copy color: '#A0097F'

red 160 ◦ green 9 ◦ blue 127

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

Shades of Eggplant #A0097F

Tints of Eggplant #A0097F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 42.91%

R = 54.05%
G = 3.04%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A0097F (or 0xA0097F) is known color: Eggplant. HEX triplet: A0, 09 and 7F. RGB value is (160,9,127). Sum of RGB (Red+Green+Blue) = 160+9+127=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A0097F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0097F is #5FF680. Grayscale: #434343. Windows color (decimal): -6289025 or 8325536. OLE color: 8325536.

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

Color convert

RGB 160 9 127 -
CMYK 0 0.94 0.21 0.37
HSL 313.11º 0.89% 0.33% -
HSV(B) 313.11º 0.94% 0.63% -
XYZ 18.43 9.2 20.88 -
YUV 67.6 161.53 193.91 -
System Red Green Blue C M Y K H S L
Decimal 160 9 127 0 0.94 0.21 0.37 313.11 0.89 0.33
Hex A0 9 7F 0 5E 15 25 139 59 21
Octal 240 11 177 0 136 25 45 471 131 41
Binary 10100000 1001 1111111 0 1011110 10101 100101 100111001 1011001 100001

Color Harmonies of #A0097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0097F

Black with #A0097F

Text Example


Text Example

White with #A0097F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0097F; }

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

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

background-color css

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

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

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

border-color css

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

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

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