#A51881

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

Shades of Dark Purple #A51881

Tints of Dark Purple #A51881

Color information

#A51881 (or 0xA51881) is unknown color: approx Dark Purple. HEX triplet: A5, 18 and 81. RGB value is (165,24,129). Sum of RGB (Red+Green+Blue) = 165+24+129=318 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.89% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 165 - color contains mainly: red. Hex color #A51881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51881 is #5AE77E. Grayscale: #4D4D4D. Windows color (decimal): -5957503 or 8460453. OLE color: 8460453.

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

Color convert

RGB16524129-
CMYK00.850.220.35
HSL315.32º74.6%37.06%-
HSV(B)315.32º85.45%64.71%-
XYZ19.8110.2421.7-
YUV78.13156.71189.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.89%
GREEN value IS 24 (9.77% from 255) = 7.55%
BLUE value IS 129 (50.78% from 255) = 40.57%
R=51.89%
G=7.55%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652412900.850.220.35315.3274.637.06
HexA51881055162313b4b25
Octal245302010125264347311345
Binary10100101110001000000101010101101101000111001110111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51881; }

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

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

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

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

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

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

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

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