Html Css Color HEX #A0056E Eggplant

📋 copy color: '#A0056E'

red 160 ◦ green 5 ◦ blue 110

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

Shades of Eggplant #A0056E

Tints of Eggplant #A0056E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.82%

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

R = 58.18%
G = 1.82%
B = 40%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A0056E (or 0xA0056E) is known color: Eggplant. HEX triplet: A0, 05 and 6E. RGB value is (160,5,110). Sum of RGB (Red+Green+Blue) = 160+5+110=275 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.18% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 160 - color contains mainly: red. Hex color #A0056E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0056E is #5FFA91. Grayscale: #3F3F3F. Windows color (decimal): -6290066 or 7210400. OLE color: 7210400.

HSL color Cylindrical-coordinate representation of color #A0056E: hue angle of 319.35º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A0056E is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 5 110 -
CMYK 0 0.97 0.31 0.37
HSL 319.35º 0.94% 0.32% -
HSV(B) 319.35º 0.97% 0.63% -
XYZ 17.37 8.71 15.52 -
YUV 63.32 154.35 196.96 -
System Red Green Blue C M Y K H S L
Decimal 160 5 110 0 0.97 0.31 0.37 319.35 0.94 0.32
Hex A0 5 6E 0 61 1F 25 13F 5E 20
Octal 240 5 156 0 141 37 45 477 136 40
Binary 10100000 101 1101110 0 1100001 11111 100101 100111111 1011110 100000

Color Harmonies of #A0056E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0056E

Black with #A0056E

Text Example


Text Example

White with #A0056E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0056E; }

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

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

background-color css

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

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

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

border-color css

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

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

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