#a50682

Color #A50682 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #A50682

Tints of Eggplant #A50682

Color information

#A50682 (or 0xA50682) is unknown color: approx Eggplant. HEX triplet: A5, 06 and 82. RGB value is (165,6,130). Sum of RGB (Red+Green+Blue) = 165+6+130=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 130 (51.17% from 255 or 43.19% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A50682 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50682 is #5AF97D. Grayscale: #434343. Windows color (decimal): -5962110 or 8521381. OLE color: 8521381.

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

Color convert

RGB1656130-
CMYK00.960.210.35
HSL313.21º92.98%33.53%-
HSV(B)313.21º96.36%64.71%-
XYZ19.619.7421.97-
YUV67.68163.18197.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.82%
GREEN value IS 6 (2.73% from 255) = 1.99%
BLUE value IS 130 (51.17% from 255) = 43.19%
R=54.82%
G=1.99%
B=43.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165613000.960.210.35313.2192.9833.53
HexA568206015231395d22
Octal24562020140254347113542
Binary101001011101000001001100000101011000111001110011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a50682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a50682; }

 p { color: rgb(165,6,130); }

 H1.HeaderClassName
 {
   color: #a50682;
 }
 .AnyTagClassName
 {
   color: #a50682;
 }
</style>
background-color css

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

 a { background-color: rgb(165,6,130); }

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

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

 span { border-color: rgb(165,6,130); }

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