Html Css Color HEX #A0097C Eggplant

📋 copy color: '#A0097C'

red 160 ◦ green 9 ◦ blue 124

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

Shades of Eggplant #A0097C

Tints of Eggplant #A0097C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 42.32%

R = 54.61%
G = 3.07%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0097C (or 0xA0097C) is known color: Eggplant. HEX triplet: A0, 09 and 7C. RGB value is (160,9,124). Sum of RGB (Red+Green+Blue) = 160+9+124=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A0097C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0097C is #5FF683. Grayscale: #424242. Windows color (decimal): -6289028 or 8128928. OLE color: 8128928.

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

Color convert

RGB 160 9 124 -
CMYK 0 0.94 0.22 0.37
HSL 314.3º 0.89% 0.33% -
HSV(B) 314.3º 0.94% 0.63% -
XYZ 18.23 9.12 19.87 -
YUV 67.26 160.03 194.15 -
System Red Green Blue C M Y K H S L
Decimal 160 9 124 0 0.94 0.22 0.37 314.3 0.89 0.33
Hex A0 9 7C 0 5E 16 25 13A 59 21
Octal 240 11 174 0 136 26 45 472 131 41
Binary 10100000 1001 1111100 0 1011110 10110 100101 100111010 1011001 100001

Color Harmonies of #A0097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0097C

Black with #A0097C

Text Example


Text Example

White with #A0097C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0097C; }

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

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

background-color css

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

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

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

border-color css

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

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

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