#A51A87

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

Shades of Dark Purple #A51A87

Tints of Dark Purple #A51A87

Color information

#A51A87 (or 0xA51A87) is unknown color: approx Dark Purple. HEX triplet: A5, 1A and 87. RGB value is (165,26,135). Sum of RGB (Red+Green+Blue) = 165+26+135=326 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.61% from 326); Green value is 26 (10.55% from 255 or 7.98% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51A87 is #5AE578. Grayscale: #4F4F4F. Windows color (decimal): -5956985 or 8854181. OLE color: 8854181.

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

Color convert

RGB16526135-
CMYK00.840.180.35
HSL312.95º72.77%37.45%-
HSV(B)312.95º84.24%64.71%-
XYZ20.2610.4923.88-
YUV79.99159.05188.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.61%
GREEN value IS 26 (10.55% from 255) = 7.98%
BLUE value IS 135 (53.12% from 255) = 41.41%
R=50.61%
G=7.98%
B=41.41%

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
Decimal1652613500.840.180.35312.9572.7737.45
HexA51A8705412231394925
Octal245322070124224347111145
Binary10100101110101000011101010100100101000111001110011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51A87; }

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

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

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

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

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

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

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

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