Html Css Color HEX #A0056F Eggplant

📋 copy color: '#A0056F'

red 160 ◦ green 5 ◦ blue 111

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

Shades of Eggplant #A0056F

Tints of Eggplant #A0056F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.22%

R = 57.97%
G = 1.81%
B = 40.22%

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

#A0056F (or 0xA0056F) is known color: Eggplant. HEX triplet: A0, 05 and 6F. RGB value is (160,5,111). Sum of RGB (Red+Green+Blue) = 160+5+111=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A0056F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0056F is #5FFA90. Grayscale: #3F3F3F. Windows color (decimal): -6290065 or 7275936. OLE color: 7275936.

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

Color convert

RGB 160 5 111 -
CMYK 0 0.97 0.31 0.37
HSL 318.97º 0.94% 0.32% -
HSV(B) 318.97º 0.97% 0.63% -
XYZ 17.42 8.73 15.81 -
YUV 63.43 154.85 196.88 -
System Red Green Blue C M Y K H S L
Decimal 160 5 111 0 0.97 0.31 0.37 318.97 0.94 0.32
Hex A0 5 6F 0 61 1F 25 13F 5E 20
Octal 240 5 157 0 141 37 45 477 136 40
Binary 10100000 101 1101111 0 1100001 11111 100101 100111111 1011110 100000

Color Harmonies of #A0056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0056F

Black with #A0056F

Text Example


Text Example

White with #A0056F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0056F; }

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

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

background-color css

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

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

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

border-color css

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

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

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