Html Css Color HEX #A3037D Eggplant

📋 copy color: '#A3037D'

red 163 ◦ green 3 ◦ blue 125

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

Shades of Eggplant #A3037D

Tints of Eggplant #A3037D

RGB

 RED value IS 163 (64.06% from 255) = 56.01%

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

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

R = 56.01%
G = 1.03%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A3037D (or 0xA3037D) is known color: Eggplant. HEX triplet: A3, 03 and 7D. RGB value is (163,3,125). Sum of RGB (Red+Green+Blue) = 163+3+125=291 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.01% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 125 (49.22% from 255 or 42.96% from 291); Max value from RGB is 163 - color contains mainly: red. Hex color #A3037D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3037D is #5CFC82. Grayscale: #404040. Windows color (decimal): -6093955 or 8192931. OLE color: 8192931.

HSL color Cylindrical-coordinate representation of color #A3037D: hue angle of 314.25º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A3037D is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 3 125 -
CMYK 0 0.98 0.23 0.36
HSL 314.25º 0.96% 0.33% -
HSV(B) 314.25º 0.98% 0.64% -
XYZ 18.84 9.33 20.21 -
YUV 64.75 162.01 198.08 -
System Red Green Blue C M Y K H S L
Decimal 163 3 125 0 0.98 0.23 0.36 314.25 0.96 0.33
Hex A3 3 7D 0 62 17 24 13A 60 21
Octal 243 3 175 0 142 27 44 472 140 41
Binary 10100011 11 1111101 0 1100010 10111 100100 100111010 1100000 100001

Color Harmonies of #A3037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3037D

Black with #A3037D

Text Example


Text Example

White with #A3037D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3037D; }

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

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

background-color css

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

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

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

border-color css

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

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

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