Html Css Color HEX #A50880 Eggplant

📋 copy color: '#A50880'

red 165 ◦ green 8 ◦ blue 128

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

Shades of Eggplant #A50880

Tints of Eggplant #A50880

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.66%

 BLUE value IS 128 (50.39% from 255) = 42.52%

R = 54.82%
G = 2.66%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A50880 (or 0xA50880) is known color: Eggplant. HEX triplet: A5, 08 and 80. RGB value is (165,8,128). Sum of RGB (Red+Green+Blue) = 165+8+128=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 128 (50.39% from 255 or 42.52% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A50880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50880 is #5AF77F. Grayscale: #444444. Windows color (decimal): -5961600 or 8390821. OLE color: 8390821.

HSL color Cylindrical-coordinate representation of color #A50880: hue angle of 314.14º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50880 is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 8 128 -
CMYK 0 0.95 0.22 0.35
HSL 314.14º 0.91% 0.34% -
HSV(B) 314.14º 0.95% 0.65% -
XYZ 19.5 9.73 21.27 -
YUV 68.62 161.51 196.74 -
System Red Green Blue C M Y K H S L
Decimal 165 8 128 0 0.95 0.22 0.35 314.14 0.91 0.34
Hex A5 8 80 0 5F 16 23 13A 5B 22
Octal 245 10 200 0 137 26 43 472 133 42
Binary 10100101 1000 10000000 0 1011111 10110 100011 100111010 1011011 100010

Color Harmonies of #A50880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50880

Black with #A50880

Text Example


Text Example

White with #A50880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50880; }

 p { color: rgb(165,8,128); }

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

background-color css

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

 a { background-color: rgb(165,8,128); }

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

border-color css

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

 span { border-color: rgb(165,8,128); }

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