#a51780

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

Shades of Dark Purple #A51780

Tints of Dark Purple #A51780

Color information

#A51780 (or 0xA51780) is unknown color: approx Dark Purple. HEX triplet: A5, 17 and 80. RGB value is (165,23,128). Sum of RGB (Red+Green+Blue) = 165+23+128=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A51780 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51780 is #5AE87F. Grayscale: #4D4D4D. Windows color (decimal): -5957760 or 8394661. OLE color: 8394661.

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

Color convert

RGB16523128-
CMYK00.860.220.35
HSL315.63º75.53%36.86%-
HSV(B)315.63º86.06%64.71%-
XYZ19.7210.1721.35-
YUV77.43156.54190.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.22%
GREEN value IS 23 (9.38% from 255) = 7.28%
BLUE value IS 128 (50.39% from 255) = 40.51%
R=52.22%
G=7.28%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652312800.860.220.35315.6375.5336.86
HexA51780056162313c4c25
Octal245272000126264347411445
Binary10100101101111000000001010110101101000111001111001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a51780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a51780; }

 p { color: rgb(165,23,128); }

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

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

 a { background-color: rgb(165,23,128); }

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

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

 span { border-color: rgb(165,23,128); }

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