Html Css Color HEX #A50079 Eggplant

📋 copy color: '#A50079'

red 165 ◦ green 0 ◦ blue 121

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

Shades of Eggplant #A50079

Tints of Eggplant #A50079

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 121 (47.66% from 255) = 42.31%

R = 57.69%
G = 0%
B = 42.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A50079 (or 0xA50079) is known color: Eggplant. HEX triplet: A5, 00 and 79. RGB value is (165,0,121). Sum of RGB (Red+Green+Blue) = 165+0+121=286 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.69% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 121 (47.66% from 255 or 42.31% from 286); Max value from RGB is 165 - color contains mainly: red. Hex color #A50079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50079 is #5AFF86. Grayscale: #3E3E3E. Windows color (decimal): -5963655 or 7930021. OLE color: 7930021.

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

Color convert

RGB 165 0 121 -
CMYK 0 1 0.27 0.35
HSL 316º 1% 0.32% -
HSV(B) 316º 1% 0.65% -
XYZ 18.97 9.38 18.9 -
YUV 63.13 160.66 200.66 -
System Red Green Blue C M Y K H S L
Decimal 165 0 121 0 1 0.27 0.35 316 1 0.32
Hex A5 0 79 0 64 1B 23 13C 64 20
Octal 245 0 171 0 144 33 43 474 144 40
Binary 10100101 0 1111001 0 1100100 11011 100011 100111100 1100100 100000

Color Harmonies of #A50079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50079

Black with #A50079

Text Example


Text Example

White with #A50079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50079; }

 p { color: rgb(165,0,121); }

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

background-color css

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

 a { background-color: rgb(165,0,121); }

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

border-color css

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

 span { border-color: rgb(165,0,121); }

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