Html Css Color HEX #A5047E Eggplant

📋 copy color: '#A5047E'

red 165 ◦ green 4 ◦ blue 126

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

Shades of Eggplant #A5047E

Tints of Eggplant #A5047E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 42.71%

R = 55.93%
G = 1.36%
B = 42.71%

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

#A5047E (or 0xA5047E) is known color: Eggplant. HEX triplet: A5, 04 and 7E. RGB value is (165,4,126). Sum of RGB (Red+Green+Blue) = 165+4+126=295 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.93% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 126 (49.61% from 255 or 42.71% from 295); Max value from RGB is 165 - color contains mainly: red. Hex color #A5047E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5047E is #5AFB81. Grayscale: #414141. Windows color (decimal): -5962626 or 8258725. OLE color: 8258725.

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

Color convert

RGB 165 4 126 -
CMYK 0 0.98 0.24 0.35
HSL 314.53º 0.95% 0.33% -
HSV(B) 314.53º 0.98% 0.65% -
XYZ 19.33 9.59 20.57 -
YUV 66.05 161.84 198.58 -
System Red Green Blue C M Y K H S L
Decimal 165 4 126 0 0.98 0.24 0.35 314.53 0.95 0.33
Hex A5 4 7E 0 62 18 23 13B 5F 21
Octal 245 4 176 0 142 30 43 473 137 41
Binary 10100101 100 1111110 0 1100010 11000 100011 100111011 1011111 100001

Color Harmonies of #A5047E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5047E

Black with #A5047E

Text Example


Text Example

White with #A5047E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5047E; }

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

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

background-color css

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

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

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

border-color css

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

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

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