Html Css Color HEX #A50C71 Eggplant

📋 copy color: '#A50C71'

red 165 ◦ green 12 ◦ blue 113

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

Shades of Eggplant #A50C71

Tints of Eggplant #A50C71

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.14%

 BLUE value IS 113 (44.53% from 255) = 38.97%

R = 56.9%
G = 4.14%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A50C71 (or 0xA50C71) is known color: Eggplant. HEX triplet: A5, 0C and 71. RGB value is (165,12,113). Sum of RGB (Red+Green+Blue) = 165+12+113=290 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.90% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50C71 is #5AF38E. Grayscale: #454545. Windows color (decimal): -5960591 or 7408805. OLE color: 7408805.

HSL color Cylindrical-coordinate representation of color #A50C71: hue angle of 320.39º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A50C71 is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 12 113 -
CMYK 0 0.93 0.32 0.35
HSL 320.39º 0.86% 0.35% -
HSV(B) 320.39º 0.93% 0.65% -
XYZ 18.63 9.45 16.47 -
YUV 69.26 152.69 196.29 -
System Red Green Blue C M Y K H S L
Decimal 165 12 113 0 0.93 0.32 0.35 320.39 0.86 0.35
Hex A5 C 71 0 5D 20 23 140 56 23
Octal 245 14 161 0 135 40 43 500 126 43
Binary 10100101 1100 1110001 0 1011101 100000 100011 101000000 1010110 100011

Color Harmonies of #A50C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50C71

Black with #A50C71

Text Example


Text Example

White with #A50C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50C71; }

 p { color: rgb(165,12,113); }

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

background-color css

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

 a { background-color: rgb(165,12,113); }

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

border-color css

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

 span { border-color: rgb(165,12,113); }

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