Html Css Color HEX #A00B6F Eggplant

📋 copy color: '#A00B6F'

red 160 ◦ green 11 ◦ blue 111

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

Shades of Eggplant #A00B6F

Tints of Eggplant #A00B6F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.9%

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

R = 56.74%
G = 3.9%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A00B6F (or 0xA00B6F) is known color: Eggplant. HEX triplet: A0, 0B and 6F. RGB value is (160,11,111). Sum of RGB (Red+Green+Blue) = 160+11+111=282 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.74% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 160 - color contains mainly: red. Hex color #A00B6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00B6F is #5FF490. Grayscale: #424242. Windows color (decimal): -6288529 or 7277472. OLE color: 7277472.

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

Color convert

RGB 160 11 111 -
CMYK 0 0.93 0.31 0.37
HSL 319.73º 0.87% 0.34% -
HSV(B) 319.73º 0.93% 0.63% -
XYZ 17.49 8.86 15.83 -
YUV 66.95 152.86 194.37 -
System Red Green Blue C M Y K H S L
Decimal 160 11 111 0 0.93 0.31 0.37 319.73 0.87 0.34
Hex A0 B 6F 0 5D 1F 25 140 57 22
Octal 240 13 157 0 135 37 45 500 127 42
Binary 10100000 1011 1101111 0 1011101 11111 100101 101000000 1010111 100010

Color Harmonies of #A00B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00B6F

Black with #A00B6F

Text Example


Text Example

White with #A00B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00B6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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