Html Css Color HEX #A0046B Eggplant

📋 copy color: '#A0046B'

red 160 ◦ green 4 ◦ blue 107

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

Shades of Eggplant #A0046B

Tints of Eggplant #A0046B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 39.48%

R = 59.04%
G = 1.48%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A0046B (or 0xA0046B) is known color: Eggplant. HEX triplet: A0, 04 and 6B. RGB value is (160,4,107). Sum of RGB (Red+Green+Blue) = 160+4+107=271 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.04% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 160 - color contains mainly: red. Hex color #A0046B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0046B is #5FFB94. Grayscale: #3E3E3E. Windows color (decimal): -6290325 or 7013536. OLE color: 7013536.

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

Color convert

RGB 160 4 107 -
CMYK 0 0.98 0.33 0.37
HSL 320.38º 0.95% 0.32% -
HSV(B) 320.38º 0.98% 0.63% -
XYZ 17.19 8.62 14.67 -
YUV 62.39 153.18 197.62 -
System Red Green Blue C M Y K H S L
Decimal 160 4 107 0 0.98 0.33 0.37 320.38 0.95 0.32
Hex A0 4 6B 0 62 21 25 140 5F 20
Octal 240 4 153 0 142 41 45 500 137 40
Binary 10100000 100 1101011 0 1100010 100001 100101 101000000 1011111 100000

Color Harmonies of #A0046B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0046B

Black with #A0046B

Text Example


Text Example

White with #A0046B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0046B; }

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

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

background-color css

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

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

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

border-color css

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

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

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