#A51182

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

Shades of Dark Purple #A51182

Tints of Dark Purple #A51182

Color information

#A51182 (or 0xA51182) is unknown color: approx Dark Purple. HEX triplet: A5, 11 and 82. RGB value is (165,17,130). Sum of RGB (Red+Green+Blue) = 165+17+130=312 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.88% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 165 - color contains mainly: red. Hex color #A51182 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51182 is #5AEE7D. Grayscale: #494949. Windows color (decimal): -5959294 or 8524197. OLE color: 8524197.

HSL color Cylindrical-coordinate representation of color #A51182: hue angle of 314.19º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A51182 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB16517130-
CMYK00.900.210.35
HSL314.19º81.32%35.69%-
HSV(B)314.19º89.7%64.71%-
XYZ19.7510.0122.01-
YUV74.13159.53192.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.88%
GREEN value IS 17 (7.03% from 255) = 5.45%
BLUE value IS 130 (51.17% from 255) = 41.67%
R=52.88%
G=5.45%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651713000.900.210.35314.1981.3235.69
HexA5118205A152313a5124
Octal245212020132254347212144
Binary10100101100011000001001011010101011000111001110101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51182; }

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

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

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

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

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

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

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

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