#A51B87

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

Shades of Dark Purple #A51B87

Tints of Dark Purple #A51B87

Color information

#A51B87 (or 0xA51B87) is unknown color: approx Dark Purple. HEX triplet: A5, 1B and 87. RGB value is (165,27,135). Sum of RGB (Red+Green+Blue) = 165+27+135=327 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.46% from 327); Green value is 27 (10.94% from 255 or 8.26% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 165 - color contains mainly: red. Hex color #A51B87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51B87 is #5AE478. Grayscale: #505050. Windows color (decimal): -5956729 or 8854437. OLE color: 8854437.

HSL color Cylindrical-coordinate representation of color #A51B87: hue angle of 313.04º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A51B87 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB16527135-
CMYK00.840.180.35
HSL313.04º71.88%37.65%-
HSV(B)313.04º83.64%64.71%-
XYZ20.2810.5323.89-
YUV80.57158.72188.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.46%
GREEN value IS 27 (10.94% from 255) = 8.26%
BLUE value IS 135 (53.12% from 255) = 41.28%
R=50.46%
G=8.26%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652713500.840.180.35313.0471.8837.65
HexA51B8705412231394826
Octal245332070124224347111046
Binary10100101110111000011101010100100101000111001110011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51B87; }

 p { color: rgb(165,27,135); }

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

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

 a { background-color: rgb(165,27,135); }

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

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

 span { border-color: rgb(165,27,135); }

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