Html Css Color HEX #A5047D Eggplant

📋 copy color: '#A5047D'

red 165 ◦ green 4 ◦ blue 125

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

Shades of Eggplant #A5047D

Tints of Eggplant #A5047D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.36%

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

R = 56.12%
G = 1.36%
B = 42.52%

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

#A5047D (or 0xA5047D) is known color: Eggplant. HEX triplet: A5, 04 and 7D. RGB value is (165,4,125). Sum of RGB (Red+Green+Blue) = 165+4+125=294 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.12% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 165 - color contains mainly: red. Hex color #A5047D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5047D is #5AFB82. Grayscale: #414141. Windows color (decimal): -5962627 or 8193189. OLE color: 8193189.

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

Color convert

RGB 165 4 125 -
CMYK 0 0.98 0.24 0.35
HSL 314.91º 0.95% 0.33% -
HSV(B) 314.91º 0.98% 0.65% -
XYZ 19.26 9.57 20.23 -
YUV 65.93 161.34 198.66 -
System Red Green Blue C M Y K H S L
Decimal 165 4 125 0 0.98 0.24 0.35 314.91 0.95 0.33
Hex A5 4 7D 0 62 18 23 13B 5F 21
Octal 245 4 175 0 142 30 43 473 137 41
Binary 10100101 100 1111101 0 1100010 11000 100011 100111011 1011111 100001

Color Harmonies of #A5047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5047D

Black with #A5047D

Text Example


Text Example

White with #A5047D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5047D; }

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

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

background-color css

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

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

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

border-color css

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

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

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