Html Css Color HEX #A00377 Eggplant

📋 copy color: '#A00377'

red 160 ◦ green 3 ◦ blue 119

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

Shades of Eggplant #A00377

Tints of Eggplant #A00377

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.06%

 BLUE value IS 119 (46.88% from 255) = 42.2%

R = 56.74%
G = 1.06%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A00377 (or 0xA00377) is known color: Eggplant. HEX triplet: A0, 03 and 77. RGB value is (160,3,119). Sum of RGB (Red+Green+Blue) = 160+3+119=282 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.74% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 119 (46.88% from 255 or 42.20% from 282); Max value from RGB is 160 - color contains mainly: red. Hex color #A00377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00377 is #5FFC88. Grayscale: #3E3E3E. Windows color (decimal): -6290569 or 7799712. OLE color: 7799712.

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

Color convert

RGB 160 3 119 -
CMYK 0 0.98 0.26 0.37
HSL 315.67º 0.96% 0.32% -
HSV(B) 315.67º 0.98% 0.63% -
XYZ 17.86 8.87 18.22 -
YUV 63.17 159.51 197.07 -
System Red Green Blue C M Y K H S L
Decimal 160 3 119 0 0.98 0.26 0.37 315.67 0.96 0.32
Hex A0 3 77 0 62 1A 25 13C 60 20
Octal 240 3 167 0 142 32 45 474 140 40
Binary 10100000 11 1110111 0 1100010 11010 100101 100111100 1100000 100000

Color Harmonies of #A00377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00377

Black with #A00377

Text Example


Text Example

White with #A00377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00377; }

 p { color: rgb(160,3,119); }

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

background-color css

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

 a { background-color: rgb(160,3,119); }

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

border-color css

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

 span { border-color: rgb(160,3,119); }

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