#a5167c

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

Shades of Eggplant #A5167C

Tints of Eggplant #A5167C

Color information

#A5167C (or 0xA5167C) is unknown color: approx Eggplant. HEX triplet: A5, 16 and 7C. RGB value is (165,22,124). Sum of RGB (Red+Green+Blue) = 165+22+124=311 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.05% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 165 - color contains mainly: red. Hex color #A5167C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5167C is #5AE983. Grayscale: #4C4C4C. Windows color (decimal): -5958020 or 8132261. OLE color: 8132261.

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

Color convert

RGB16522124-
CMYK00.870.250.35
HSL317.2º76.47%36.67%-
HSV(B)317.2º86.67%64.71%-
XYZ19.4410.0319.98-
YUV76.39154.88191.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.05%
GREEN value IS 22 (8.98% from 255) = 7.07%
BLUE value IS 124 (48.83% from 255) = 39.87%
R=53.05%
G=7.07%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652212400.870.250.35317.276.4736.67
HexA5167C057192313d4c25
Octal245261740127314347511445
Binary1010010110110111110001010111110011000111001111011001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5167c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5167c; }

 p { color: rgb(165,22,124); }

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

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

 a { background-color: rgb(165,22,124); }

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

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

 span { border-color: rgb(165,22,124); }

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