Html Css Color HEX #A00374 Eggplant

📋 copy color: '#A00374'

red 160 ◦ green 3 ◦ blue 116

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

Shades of Eggplant #A00374

Tints of Eggplant #A00374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.58%

R = 57.35%
G = 1.08%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A00374 (or 0xA00374) is known color: Eggplant. HEX triplet: A0, 03 and 74. RGB value is (160,3,116). Sum of RGB (Red+Green+Blue) = 160+3+116=279 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.35% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 160 - color contains mainly: red. Hex color #A00374 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00374 is #5FFC8B. Grayscale: #3E3E3E. Windows color (decimal): -6290572 or 7603104. OLE color: 7603104.

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

Color convert

RGB 160 3 116 -
CMYK 0 0.98 0.28 0.37
HSL 316.82º 0.96% 0.32% -
HSV(B) 316.82º 0.98% 0.63% -
XYZ 17.68 8.8 17.29 -
YUV 62.83 158.01 197.31 -
System Red Green Blue C M Y K H S L
Decimal 160 3 116 0 0.98 0.28 0.37 316.82 0.96 0.32
Hex A0 3 74 0 62 1C 25 13D 60 20
Octal 240 3 164 0 142 34 45 475 140 40
Binary 10100000 11 1110100 0 1100010 11100 100101 100111101 1100000 100000

Color Harmonies of #A00374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00374

Black with #A00374

Text Example


Text Example

White with #A00374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00374; }

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

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

background-color css

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

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

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

border-color css

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

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

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