Html Css Color HEX #A0046D Eggplant

📋 copy color: '#A0046D'

red 160 ◦ green 4 ◦ blue 109

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

Shades of Eggplant #A0046D

Tints of Eggplant #A0046D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.93%

R = 58.61%
G = 1.47%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A0046D (or 0xA0046D) is known color: Eggplant. HEX triplet: A0, 04 and 6D. RGB value is (160,4,109). Sum of RGB (Red+Green+Blue) = 160+4+109=273 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.61% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 160 - color contains mainly: red. Hex color #A0046D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0046D is #5FFB92. Grayscale: #3E3E3E. Windows color (decimal): -6290323 or 7144608. OLE color: 7144608.

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

Color convert

RGB 160 4 109 -
CMYK 0 0.98 0.32 0.37
HSL 319.62º 0.95% 0.32% -
HSV(B) 319.62º 0.98% 0.63% -
XYZ 17.3 8.66 15.23 -
YUV 62.61 154.18 197.46 -
System Red Green Blue C M Y K H S L
Decimal 160 4 109 0 0.98 0.32 0.37 319.62 0.95 0.32
Hex A0 4 6D 0 62 20 25 140 5F 20
Octal 240 4 155 0 142 40 45 500 137 40
Binary 10100000 100 1101101 0 1100010 100000 100101 101000000 1011111 100000

Color Harmonies of #A0046D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0046D

Black with #A0046D

Text Example


Text Example

White with #A0046D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0046D; }

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

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

background-color css

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

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

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

border-color css

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

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

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