#A712AB

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

Shades of Dark Magenta #A712AB

Tints of Dark Magenta #A712AB

Color information

#A712AB (or 0xA712AB) is unknown color: approx Dark Magenta. HEX triplet: A7, 12 and AB. RGB value is (167,18,171). Sum of RGB (Red+Green+Blue) = 167+18+171=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #A712AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A712AB is #58ED54. Grayscale: #4F4F4F. Windows color (decimal): -5827925 or 11211431. OLE color: 11211431.

HSL color Cylindrical-coordinate representation of color #A712AB: hue angle of 298.43º 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 #A712AB is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16718171-
CMYK0.020.8900.33
HSL298.43º80.95%37.06%-
HSV(B)298.43º89.47%67.06%-
XYZ23.511.5939.53-
YUV79.99179.36190.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.91%
GREEN value IS 18 (7.42% from 255) = 5.06%
BLUE value IS 171 (67.19% from 255) = 48.03%
R=46.91%
G=5.06%
B=48.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167181710.020.8900.33298.4380.9537.06
HexA712AB25902112a5125
Octal24722253213104145212145
Binary10100111100101010101110101100101000011001010101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A712AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A712AB; }

 p { color: rgb(167,18,171); }

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

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

 a { background-color: rgb(167,18,171); }

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

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

 span { border-color: rgb(167,18,171); }

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