#a5187a

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

Shades of Eggplant #A5187A

Tints of Eggplant #A5187A

Color information

#A5187A (or 0xA5187A) is unknown color: approx Eggplant. HEX triplet: A5, 18 and 7A. RGB value is (165,24,122). Sum of RGB (Red+Green+Blue) = 165+24+122=311 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.05% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 165 - color contains mainly: red. Hex color #A5187A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5187A is #5AE785. Grayscale: #4D4D4D. Windows color (decimal): -5957510 or 8001701. OLE color: 8001701.

HSL color Cylindrical-coordinate representation of color #A5187A: hue angle of 318.3º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A5187A is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB16524122-
CMYK00.850.260.35
HSL318.3º74.6%37.06%-
HSV(B)318.3º85.45%64.71%-
XYZ19.3610.0619.33-
YUV77.33153.21190.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.05%
GREEN value IS 24 (9.77% from 255) = 7.72%
BLUE value IS 122 (48.05% from 255) = 39.23%
R=53.05%
G=7.72%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652412200.850.260.35318.374.637.06
HexA5187A0551A2313e4b25
Octal245301720125324347611345
Binary1010010111000111101001010101110101000111001111101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5187a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5187a; }

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

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

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

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

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

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

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

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