#A5147B

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

Shades of Eggplant #A5147B

Tints of Eggplant #A5147B

Color information

#A5147B (or 0xA5147B) is unknown color: approx Eggplant. HEX triplet: A5, 14 and 7B. RGB value is (165,20,123). Sum of RGB (Red+Green+Blue) = 165+20+123=308 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.57% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 165 - color contains mainly: red. Hex color #A5147B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5147B is #5AEB84. Grayscale: #4A4A4A. Windows color (decimal): -5958533 or 8066213. OLE color: 8066213.

HSL color Cylindrical-coordinate representation of color #A5147B: hue angle of 317.38º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A5147B is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB16520123-
CMYK00.880.250.35
HSL317.38º78.38%36.27%-
HSV(B)317.38º87.88%64.71%-
XYZ19.349.9319.64-
YUV75.1155.04192.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.57%
GREEN value IS 20 (8.20% from 255) = 6.49%
BLUE value IS 123 (48.44% from 255) = 39.94%
R=53.57%
G=6.49%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652012300.880.250.35317.3878.3836.27
HexA5147B058192313d4e24
Octal245241730130314347511644
Binary1010010110100111101101011000110011000111001111011001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5147B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5147B; }

 p { color: rgb(165,20,123); }

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

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

 a { background-color: rgb(165,20,123); }

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

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

 span { border-color: rgb(165,20,123); }

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