Html Css Color HEX #A5037D Eggplant

📋 copy color: '#A5037D'

red 165 ◦ green 3 ◦ blue 125

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

Shades of Eggplant #A5037D

Tints of Eggplant #A5037D

RGB

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

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

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

R = 56.31%
G = 1.02%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A5037D (or 0xA5037D) is known color: Eggplant. HEX triplet: A5, 03 and 7D. RGB value is (165,3,125). Sum of RGB (Red+Green+Blue) = 165+3+125=293 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.31% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 165 - color contains mainly: red. Hex color #A5037D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5037D is #5AFC82. Grayscale: #414141. Windows color (decimal): -5962883 or 8192933. OLE color: 8192933.

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

Color convert

RGB 165 3 125 -
CMYK 0 0.98 0.24 0.35
HSL 314.81º 0.96% 0.33% -
HSV(B) 314.81º 0.98% 0.65% -
XYZ 19.25 9.55 20.23 -
YUV 65.35 161.67 199.08 -
System Red Green Blue C M Y K H S L
Decimal 165 3 125 0 0.98 0.24 0.35 314.81 0.96 0.33
Hex A5 3 7D 0 62 18 23 13B 60 21
Octal 245 3 175 0 142 30 43 473 140 41
Binary 10100101 11 1111101 0 1100010 11000 100011 100111011 1100000 100001

Color Harmonies of #A5037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5037D

Black with #A5037D

Text Example


Text Example

White with #A5037D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5037D; }

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

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

background-color css

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

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

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

border-color css

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

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

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