Html Css Color HEX #A5037C Eggplant

📋 copy color: '#A5037C'

red 165 ◦ green 3 ◦ blue 124

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

Shades of Eggplant #A5037C

Tints of Eggplant #A5037C

RGB

 RED value IS 165 (64.84% from 255) = 56.51%

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

 BLUE value IS 124 (48.83% from 255) = 42.47%

R = 56.51%
G = 1.03%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A5037C (or 0xA5037C) is known color: Eggplant. HEX triplet: A5, 03 and 7C. RGB value is (165,3,124). Sum of RGB (Red+Green+Blue) = 165+3+124=292 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.51% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 165 - color contains mainly: red. Hex color #A5037C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5037C is #5AFC83. Grayscale: #404040. Windows color (decimal): -5962884 or 8127397. OLE color: 8127397.

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

Color convert

RGB 165 3 124 -
CMYK 0 0.98 0.25 0.35
HSL 315.19º 0.96% 0.33% -
HSV(B) 315.19º 0.98% 0.65% -
XYZ 19.19 9.52 19.89 -
YUV 65.23 161.17 199.16 -
System Red Green Blue C M Y K H S L
Decimal 165 3 124 0 0.98 0.25 0.35 315.19 0.96 0.33
Hex A5 3 7C 0 62 19 23 13B 60 21
Octal 245 3 174 0 142 31 43 473 140 41
Binary 10100101 11 1111100 0 1100010 11001 100011 100111011 1100000 100001

Color Harmonies of #A5037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5037C

Black with #A5037C

Text Example


Text Example

White with #A5037C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5037C; }

 p { color: rgb(165,3,124); }

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

background-color css

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

 a { background-color: rgb(165,3,124); }

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

border-color css

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

 span { border-color: rgb(165,3,124); }

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