#A51690

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

Shades of Dark Magenta #A51690

Tints of Dark Magenta #A51690

Color information

#A51690 (or 0xA51690) is unknown color: approx Dark Magenta. HEX triplet: A5, 16 and 90. RGB value is (165,22,144). Sum of RGB (Red+Green+Blue) = 165+22+144=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 22 (8.98% from 255 or 6.65% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A51690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51690 is #5AE96F. Grayscale: #4E4E4E. Windows color (decimal): -5958000 or 9442981. OLE color: 9442981.

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

Color convert

RGB16522144-
CMYK00.870.130.35
HSL308.81º76.47%36.67%-
HSV(B)308.81º86.67%64.71%-
XYZ20.8410.5927.33-
YUV78.67164.88189.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.85%
GREEN value IS 22 (8.98% from 255) = 6.65%
BLUE value IS 144 (56.64% from 255) = 43.50%
R=49.85%
G=6.65%
B=43.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652214400.870.130.35308.8176.4736.67
HexA51690057D231354c25
Octal245262200127154346511445
Binary1010010110110100100000101011111011000111001101011001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51690; }

 p { color: rgb(165,22,144); }

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

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

 a { background-color: rgb(165,22,144); }

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

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

 span { border-color: rgb(165,22,144); }

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