#A5187C

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

Shades of Dark Purple #A5187C

Tints of Dark Purple #A5187C

Color information

#A5187C (or 0xA5187C) is unknown color: approx Dark Purple. HEX triplet: A5, 18 and 7C. RGB value is (165,24,124). Sum of RGB (Red+Green+Blue) = 165+24+124=313 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.72% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 165 - color contains mainly: red. Hex color #A5187C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5187C is #5AE783. Grayscale: #4D4D4D. Windows color (decimal): -5957508 or 8132773. OLE color: 8132773.

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

Color convert

RGB16524124-
CMYK00.850.250.35
HSL317.45º74.6%37.06%-
HSV(B)317.45º85.45%64.71%-
XYZ19.4810.1119.99-
YUV77.56154.21190.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.72%
GREEN value IS 24 (9.77% from 255) = 7.67%
BLUE value IS 124 (48.83% from 255) = 39.62%
R=52.72%
G=7.67%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652412400.850.250.35317.4574.637.06
HexA5187C055192313d4b25
Octal245301740125314347511345
Binary1010010111000111110001010101110011000111001111011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5187C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5187C; }

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

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

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

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

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

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

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

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