Html Css Color HEX #A0047C Eggplant

📋 copy color: '#A0047C'

red 160 ◦ green 4 ◦ blue 124

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

Shades of Eggplant #A0047C

Tints of Eggplant #A0047C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.39%

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

R = 55.56%
G = 1.39%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0047C (or 0xA0047C) is known color: Eggplant. HEX triplet: A0, 04 and 7C. RGB value is (160,4,124). Sum of RGB (Red+Green+Blue) = 160+4+124=288 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.56% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 160 - color contains mainly: red. Hex color #A0047C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0047C is #5FFB83. Grayscale: #404040. Windows color (decimal): -6290308 or 8127648. OLE color: 8127648.

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

Color convert

RGB 160 4 124 -
CMYK 0 0.98 0.22 0.37
HSL 313.85º 0.95% 0.32% -
HSV(B) 313.85º 0.98% 0.63% -
XYZ 18.18 9.02 19.85 -
YUV 64.32 161.68 196.24 -
System Red Green Blue C M Y K H S L
Decimal 160 4 124 0 0.98 0.22 0.37 313.85 0.95 0.32
Hex A0 4 7C 0 62 16 25 13A 5F 20
Octal 240 4 174 0 142 26 45 472 137 40
Binary 10100000 100 1111100 0 1100010 10110 100101 100111010 1011111 100000

Color Harmonies of #A0047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0047C

Black with #A0047C

Text Example


Text Example

White with #A0047C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0047C; }

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

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

background-color css

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

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

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

border-color css

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

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

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