Html Css Color HEX #A0076E Eggplant

📋 copy color: '#A0076E'

red 160 ◦ green 7 ◦ blue 110

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

Shades of Eggplant #A0076E

Tints of Eggplant #A0076E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 39.71%

R = 57.76%
G = 2.53%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A0076E (or 0xA0076E) is known color: Eggplant. HEX triplet: A0, 07 and 6E. RGB value is (160,7,110). Sum of RGB (Red+Green+Blue) = 160+7+110=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A0076E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0076E is #5FF891. Grayscale: #404040. Windows color (decimal): -6289554 or 7210912. OLE color: 7210912.

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

Color convert

RGB 160 7 110 -
CMYK 0 0.96 0.31 0.37
HSL 319.61º 0.92% 0.33% -
HSV(B) 319.61º 0.96% 0.63% -
XYZ 17.39 8.75 15.52 -
YUV 64.49 153.69 196.12 -
System Red Green Blue C M Y K H S L
Decimal 160 7 110 0 0.96 0.31 0.37 319.61 0.92 0.33
Hex A0 7 6E 0 60 1F 25 140 5C 21
Octal 240 7 156 0 140 37 45 500 134 41
Binary 10100000 111 1101110 0 1100000 11111 100101 101000000 1011100 100001

Color Harmonies of #A0076E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0076E

Black with #A0076E

Text Example


Text Example

White with #A0076E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0076E; }

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

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

background-color css

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

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

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

border-color css

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

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

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