Html Css Color HEX #A0076C Eggplant

📋 copy color: '#A0076C'

red 160 ◦ green 7 ◦ blue 108

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

Shades of Eggplant #A0076C

Tints of Eggplant #A0076C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 39.27%

R = 58.18%
G = 2.55%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A0076C (or 0xA0076C) is known color: Eggplant. HEX triplet: A0, 07 and 6C. RGB value is (160,7,108). Sum of RGB (Red+Green+Blue) = 160+7+108=275 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.18% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 160 - color contains mainly: red. Hex color #A0076C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0076C is #5FF893. Grayscale: #404040. Windows color (decimal): -6289556 or 7079840. OLE color: 7079840.

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

Color convert

RGB 160 7 108 -
CMYK 0 0.96 0.32 0.37
HSL 320.39º 0.92% 0.33% -
HSV(B) 320.39º 0.96% 0.63% -
XYZ 17.28 8.71 14.96 -
YUV 64.26 152.69 196.29 -
System Red Green Blue C M Y K H S L
Decimal 160 7 108 0 0.96 0.32 0.37 320.39 0.92 0.33
Hex A0 7 6C 0 60 20 25 140 5C 21
Octal 240 7 154 0 140 40 45 500 134 41
Binary 10100000 111 1101100 0 1100000 100000 100101 101000000 1011100 100001

Color Harmonies of #A0076C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0076C

Black with #A0076C

Text Example


Text Example

White with #A0076C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0076C; }

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

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

background-color css

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

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

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

border-color css

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

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

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