#a50c83

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

Shades of Eggplant #A50C83

Tints of Eggplant #A50C83

Color information

#A50C83 (or 0xA50C83) is unknown color: approx Eggplant. HEX triplet: A5, 0C and 83. RGB value is (165,12,131). Sum of RGB (Red+Green+Blue) = 165+12+131=308 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.57% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50C83 is #5AF37C. Grayscale: #464646. Windows color (decimal): -5960573 or 8588453. OLE color: 8588453.

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

Color convert

RGB16512131-
CMYK00.930.210.35
HSL313.33º86.44%34.71%-
HSV(B)313.33º92.73%64.71%-
XYZ19.759.922.34-
YUV71.31161.69194.82-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.57%
GREEN value IS 12 (5.08% from 255) = 3.90%
BLUE value IS 131 (51.56% from 255) = 42.53%
R=53.57%
G=3.90%
B=42.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651213100.930.210.35313.3386.4434.71
HexA5C8305D15231395623
Octal245142030135254347112643
Binary1010010111001000001101011101101011000111001110011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a50c83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a50c83; }

 p { color: rgb(165,12,131); }

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

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

 a { background-color: rgb(165,12,131); }

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

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

 span { border-color: rgb(165,12,131); }

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