Html Css Color HEX #A50E75 Eggplant

📋 copy color: '#A50E75'

red 165 ◦ green 14 ◦ blue 117

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

Shades of Eggplant #A50E75

Tints of Eggplant #A50E75

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.73%

 BLUE value IS 117 (46.09% from 255) = 39.53%

R = 55.74%
G = 4.73%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A50E75 (or 0xA50E75) is known color: Eggplant. HEX triplet: A5, 0E and 75. RGB value is (165,14,117). Sum of RGB (Red+Green+Blue) = 165+14+117=296 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.74% from 296); Green value is 14 (5.86% from 255 or 4.73% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 165 - color contains mainly: red. Hex color #A50E75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50E75 is #5AF18A. Grayscale: #464646. Windows color (decimal): -5960075 or 7671461. OLE color: 7671461.

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

Color convert

RGB 165 14 117 -
CMYK 0 0.92 0.29 0.35
HSL 319.07º 0.84% 0.35% -
HSV(B) 319.07º 0.92% 0.65% -
XYZ 18.88 9.6 17.69 -
YUV 70.89 154.03 195.12 -
System Red Green Blue C M Y K H S L
Decimal 165 14 117 0 0.92 0.29 0.35 319.07 0.84 0.35
Hex A5 E 75 0 5C 1D 23 13F 54 23
Octal 245 16 165 0 134 35 43 477 124 43
Binary 10100101 1110 1110101 0 1011100 11101 100011 100111111 1010100 100011

Color Harmonies of #A50E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50E75

Black with #A50E75

Text Example


Text Example

White with #A50E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50E75; }

 p { color: rgb(165,14,117); }

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

background-color css

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

 a { background-color: rgb(165,14,117); }

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

border-color css

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

 span { border-color: rgb(165,14,117); }

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