Html Css Color HEX #A0077C Eggplant

📋 copy color: '#A0077C'

red 160 ◦ green 7 ◦ blue 124

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

Shades of Eggplant #A0077C

Tints of Eggplant #A0077C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.41%

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

R = 54.98%
G = 2.41%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0077C (or 0xA0077C) is known color: Eggplant. HEX triplet: A0, 07 and 7C. RGB value is (160,7,124). Sum of RGB (Red+Green+Blue) = 160+7+124=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 7 (3.12% from 255 or 2.41% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A0077C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0077C is #5FF883. Grayscale: #414141. Windows color (decimal): -6289540 or 8128416. OLE color: 8128416.

HSL color Cylindrical-coordinate representation of color #A0077C: hue angle of 314.12º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0077C is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 7 124 -
CMYK 0 0.96 0.22 0.37
HSL 314.12º 0.92% 0.33% -
HSV(B) 314.12º 0.96% 0.63% -
XYZ 18.21 9.08 19.86 -
YUV 66.09 160.69 194.99 -
System Red Green Blue C M Y K H S L
Decimal 160 7 124 0 0.96 0.22 0.37 314.12 0.92 0.33
Hex A0 7 7C 0 60 16 25 13A 5C 21
Octal 240 7 174 0 140 26 45 472 134 41
Binary 10100000 111 1111100 0 1100000 10110 100101 100111010 1011100 100001

Color Harmonies of #A0077C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0077C

Black with #A0077C

Text Example


Text Example

White with #A0077C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0077C; }

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

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

background-color css

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

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

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

border-color css

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

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

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