#A31690

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

Shades of Dark Magenta #A31690

Tints of Dark Magenta #A31690

Color information

#A31690 (or 0xA31690) is unknown color: approx Dark Magenta. HEX triplet: A3, 16 and 90. RGB value is (163,22,144). Sum of RGB (Red+Green+Blue) = 163+22+144=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 163 - color contains mainly: red. Hex color #A31690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31690 is #5CE96F. Grayscale: #4D4D4D. Windows color (decimal): -6089072 or 9442979. OLE color: 9442979.

HSL color Cylindrical-coordinate representation of color #A31690: hue angle of 308.09º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A31690 is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB16322144-
CMYK00.870.120.36
HSL308.09º76.22%36.27%-
HSV(B)308.09º86.5%63.92%-
XYZ20.4310.3727.31-
YUV78.07165.21188.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.54%
GREEN value IS 22 (8.98% from 255) = 6.69%
BLUE value IS 144 (56.64% from 255) = 43.77%
R=49.54%
G=6.69%
B=43.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632214400.870.120.36308.0976.2236.27
HexA31690057C241344c24
Octal243262200127144446411444
Binary1010001110110100100000101011111001001001001101001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31690; }

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

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

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

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

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

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

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

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