#A50C7A

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

Shades of Eggplant #A50C7A

Tints of Eggplant #A50C7A

Color information

#A50C7A (or 0xA50C7A) is unknown color: approx Eggplant. HEX triplet: A5, 0C and 7A. RGB value is (165,12,122). Sum of RGB (Red+Green+Blue) = 165+12+122=299 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.18% from 299); Green value is 12 (5.08% from 255 or 4.01% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50C7A is #5AF385. Grayscale: #464646. Windows color (decimal): -5960582 or 7998629. OLE color: 7998629.

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

Color convert

RGB16512122-
CMYK00.930.260.35
HSL316.86º86.44%34.71%-
HSV(B)316.86º92.73%64.71%-
XYZ19.169.6719.27-
YUV70.29157.19195.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.18%
GREEN value IS 12 (5.08% from 255) = 4.01%
BLUE value IS 122 (48.05% from 255) = 40.80%
R=55.18%
G=4.01%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651212200.930.260.35316.8686.4434.71
HexA5C7A05D1A2313d5623
Octal245141720135324347512643
Binary101001011100111101001011101110101000111001111011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50C7A; }

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

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

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

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

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

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

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

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