Html Css Color HEX #A0037D Eggplant

📋 copy color: '#A0037D'

red 160 ◦ green 3 ◦ blue 125

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

Shades of Eggplant #A0037D

Tints of Eggplant #A0037D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 43.4%

R = 55.56%
G = 1.04%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0037D (or 0xA0037D) is known color: Eggplant. HEX triplet: A0, 03 and 7D. RGB value is (160,3,125). Sum of RGB (Red+Green+Blue) = 160+3+125=288 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.56% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 160 - color contains mainly: red. Hex color #A0037D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0037D is #5FFC82. Grayscale: #3F3F3F. Windows color (decimal): -6290563 or 8192928. OLE color: 8192928.

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

Color convert

RGB 160 3 125 -
CMYK 0 0.98 0.22 0.37
HSL 313.38º 0.96% 0.32% -
HSV(B) 313.38º 0.98% 0.63% -
XYZ 18.23 9.02 20.18 -
YUV 63.85 162.51 196.58 -
System Red Green Blue C M Y K H S L
Decimal 160 3 125 0 0.98 0.22 0.37 313.38 0.96 0.32
Hex A0 3 7D 0 62 16 25 139 60 20
Octal 240 3 175 0 142 26 45 471 140 40
Binary 10100000 11 1111101 0 1100010 10110 100101 100111001 1100000 100000

Color Harmonies of #A0037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0037D

Black with #A0037D

Text Example


Text Example

White with #A0037D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0037D; }

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

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

background-color css

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

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

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

border-color css

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

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

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