Html Css Color HEX #A00E6F Eggplant

📋 copy color: '#A00E6F'

red 160 ◦ green 14 ◦ blue 111

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

Shades of Eggplant #A00E6F

Tints of Eggplant #A00E6F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.91%

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

R = 56.14%
G = 4.91%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A00E6F (or 0xA00E6F) is known color: Eggplant. HEX triplet: A0, 0E and 6F. RGB value is (160,14,111). Sum of RGB (Red+Green+Blue) = 160+14+111=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A00E6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00E6F is #5FF190. Grayscale: #444444. Windows color (decimal): -6287761 or 7278240. OLE color: 7278240.

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

Color convert

RGB 160 14 111 -
CMYK 0 0.91 0.31 0.37
HSL 320.14º 0.84% 0.34% -
HSV(B) 320.14º 0.91% 0.63% -
XYZ 17.52 8.94 15.84 -
YUV 68.71 151.87 193.11 -
System Red Green Blue C M Y K H S L
Decimal 160 14 111 0 0.91 0.31 0.37 320.14 0.84 0.34
Hex A0 E 6F 0 5B 1F 25 140 54 22
Octal 240 16 157 0 133 37 45 500 124 42
Binary 10100000 1110 1101111 0 1011011 11111 100101 101000000 1010100 100010

Color Harmonies of #A00E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00E6F

Black with #A00E6F

Text Example


Text Example

White with #A00E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00E6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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