#A312AA

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

Shades of Dark Magenta #A312AA

Tints of Dark Magenta #A312AA

Color information

#A312AA (or 0xA312AA) is unknown color: approx Dark Magenta. HEX triplet: A3, 12 and AA. RGB value is (163,18,170). Sum of RGB (Red+Green+Blue) = 163+18+170=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #A312AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A312AA is #5CED55. Grayscale: #4E4E4E. Windows color (decimal): -6090070 or 11145891. OLE color: 11145891.

HSL color Cylindrical-coordinate representation of color #A312AA: hue angle of 297.24º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A312AA is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16318170-
CMYK0.040.8900.33
HSL297.24º80.85%36.86%-
HSV(B)297.24º89.41%66.67%-
XYZ22.5811.1238.99-
YUV78.68179.54188.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.44%
GREEN value IS 18 (7.42% from 255) = 5.13%
BLUE value IS 170 (66.80% from 255) = 48.43%
R=46.44%
G=5.13%
B=48.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163181700.040.8900.33297.2480.8536.86
HexA312AA4590211295125
Octal24322252413104145112145
Binary101000111001010101010100101100101000011001010011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A312AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A312AA; }

 p { color: rgb(163,18,170); }

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

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

 a { background-color: rgb(163,18,170); }

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

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

 span { border-color: rgb(163,18,170); }

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