#a51984

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

Shades of Dark Purple #A51984

Tints of Dark Purple #A51984

Color information

#A51984 (or 0xA51984) is unknown color: approx Dark Purple. HEX triplet: A5, 19 and 84. RGB value is (165,25,132). Sum of RGB (Red+Green+Blue) = 165+25+132=322 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.24% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 165 - color contains mainly: red. Hex color #A51984 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51984 is #5AE67B. Grayscale: #4E4E4E. Windows color (decimal): -5957244 or 8657317. OLE color: 8657317.

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

Color convert

RGB16525132-
CMYK00.850.200.35
HSL314.14º73.68%37.25%-
HSV(B)314.14º84.85%64.71%-
XYZ20.0310.3622.77-
YUV79.06157.88189.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.24%
GREEN value IS 25 (10.16% from 255) = 7.76%
BLUE value IS 132 (51.95% from 255) = 40.99%
R=51.24%
G=7.76%
B=40.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652513200.850.200.35314.1473.6837.25
HexA51984055142313a4a25
Octal245312040125244347211245
Binary10100101110011000010001010101101001000111001110101001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a51984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a51984; }

 p { color: rgb(165,25,132); }

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

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

 a { background-color: rgb(165,25,132); }

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

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

 span { border-color: rgb(165,25,132); }

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