Html Css Color HEX #A0005E Eggplant

📋 copy color: '#A0005E'

red 160 ◦ green 0 ◦ blue 94

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

Shades of Eggplant #A0005E

Tints of Eggplant #A0005E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 94 (37.11% from 255) = 37.01%

R = 62.99%
G = 0%
B = 37.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A0005E (or 0xA0005E) is known color: Eggplant. HEX triplet: A0, 00 and 5E. RGB value is (160,0,94). Sum of RGB (Red+Green+Blue) = 160+0+94=254 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.99% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 160 - color contains mainly: red. Hex color #A0005E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0005E is #5FFFA1. Grayscale: #3A3A3A. Windows color (decimal): -6291362 or 6160544. OLE color: 6160544.

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

Color convert

RGB 160 0 94 -
CMYK 0 1 0.41 0.37
HSL 324.75º 1% 0.31% -
HSV(B) 324.75º 1% 0.63% -
XYZ 16.52 8.28 11.32 -
YUV 58.56 148.01 200.36 -
System Red Green Blue C M Y K H S L
Decimal 160 0 94 0 1 0.41 0.37 324.75 1 0.31
Hex A0 0 5E 0 64 29 25 145 64 1F
Octal 240 0 136 0 144 51 45 505 144 37
Binary 10100000 0 1011110 0 1100100 101001 100101 101000101 1100100 11111

Color Harmonies of #A0005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0005E

Black with #A0005E

Text Example


Text Example

White with #A0005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0005E; }

 p { color: rgb(160,0,94); }

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

background-color css

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

 a { background-color: rgb(160,0,94); }

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

border-color css

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

 span { border-color: rgb(160,0,94); }

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