Html Css Color HEX #A50B77 Eggplant

📋 copy color: '#A50B77'

red 165 ◦ green 11 ◦ blue 119

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

Shades of Eggplant #A50B77

Tints of Eggplant #A50B77

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.73%

 BLUE value IS 119 (46.88% from 255) = 40.34%

R = 55.93%
G = 3.73%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A50B77 (or 0xA50B77) is known color: Eggplant. HEX triplet: A5, 0B and 77. RGB value is (165,11,119). Sum of RGB (Red+Green+Blue) = 165+11+119=295 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.93% from 295); Green value is 11 (4.69% from 255 or 3.73% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 165 - color contains mainly: red. Hex color #A50B77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50B77 is #5AF488. Grayscale: #454545. Windows color (decimal): -5960841 or 7801765. OLE color: 7801765.

HSL color Cylindrical-coordinate representation of color #A50B77: hue angle of 317.92º degrees, saturation: 0.88, 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 #A50B77 is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 11 119 -
CMYK 0 0.93 0.28 0.35
HSL 317.92º 0.88% 0.35% -
HSV(B) 317.92º 0.93% 0.65% -
XYZ 18.97 9.57 18.3 -
YUV 69.36 156.02 196.22 -
System Red Green Blue C M Y K H S L
Decimal 165 11 119 0 0.93 0.28 0.35 317.92 0.88 0.35
Hex A5 B 77 0 5D 1C 23 13E 58 23
Octal 245 13 167 0 135 34 43 476 130 43
Binary 10100101 1011 1110111 0 1011101 11100 100011 100111110 1011000 100011

Color Harmonies of #A50B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50B77

Black with #A50B77

Text Example


Text Example

White with #A50B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50B77; }

 p { color: rgb(165,11,119); }

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

background-color css

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

 a { background-color: rgb(165,11,119); }

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

border-color css

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

 span { border-color: rgb(165,11,119); }

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