#A51882

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

Shades of Dark Purple #A51882

Tints of Dark Purple #A51882

Color information

#A51882 (or 0xA51882) is unknown color: approx Dark Purple. HEX triplet: A5, 18 and 82. RGB value is (165,24,130). Sum of RGB (Red+Green+Blue) = 165+24+130=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A51882 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51882 is #5AE77D. Grayscale: #4D4D4D. Windows color (decimal): -5957502 or 8525989. OLE color: 8525989.

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

Color convert

RGB16524130-
CMYK00.850.210.35
HSL314.89º74.6%37.06%-
HSV(B)314.89º85.45%64.71%-
XYZ19.8710.2622.05-
YUV78.24157.21189.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.72%
GREEN value IS 24 (9.77% from 255) = 7.52%
BLUE value IS 130 (51.17% from 255) = 40.75%
R=51.72%
G=7.52%
B=40.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652413000.850.210.35314.8974.637.06
HexA51882055152313b4b25
Octal245302020125254347311345
Binary10100101110001000001001010101101011000111001110111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51882; }

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

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

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

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

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

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

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

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