#a712aa

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

Shades of Dark Magenta #A712AA

Tints of Dark Magenta #A712AA

Color information

#A712AA (or 0xA712AA) is unknown color: approx Dark Magenta. HEX triplet: A7, 12 and AA. RGB value is (167,18,170). Sum of RGB (Red+Green+Blue) = 167+18+170=355 (47% of max value = 765). Red value is 167 (65.62% from 255 or 47.04% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #A712AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A712AA is #58ED55. Grayscale: #4F4F4F. Windows color (decimal): -5827926 or 11145895. OLE color: 11145895.

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

Color convert

RGB16718170-
CMYK0.020.8900.33
HSL298.82º80.85%36.86%-
HSV(B)298.82º89.41%66.67%-
XYZ23.4111.5539.03-
YUV79.88178.86190.14-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.04%
GREEN value IS 18 (7.42% from 255) = 5.07%
BLUE value IS 170 (66.80% from 255) = 47.89%
R=47.04%
G=5.07%
B=47.89%

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
Decimal167181700.020.8900.33298.8280.8536.86
HexA712AA25902112b5125
Octal24722252213104145312145
Binary10100111100101010101010101100101000011001010111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a712aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a712aa; }

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

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

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

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

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

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

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

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