#A713AA

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

Shades of Dark Magenta #A713AA

Tints of Dark Magenta #A713AA

Color information

#A713AA (or 0xA713AA) is unknown color: approx Dark Magenta. HEX triplet: A7, 13 and AA. RGB value is (167,19,170). Sum of RGB (Red+Green+Blue) = 167+19+170=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #A713AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A713AA is #58EC55. Grayscale: #505050. Windows color (decimal): -5827670 or 11146151. OLE color: 11146151.

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

Color convert

RGB16719170-
CMYK0.020.8900.33
HSL298.81º79.89%37.06%-
HSV(B)298.81º88.82%66.67%-
XYZ23.4211.5839.03-
YUV80.47178.53189.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.91%
GREEN value IS 19 (7.81% from 255) = 5.34%
BLUE value IS 170 (66.80% from 255) = 47.75%
R=46.91%
G=5.34%
B=47.75%

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
Decimal167191700.020.8900.33298.8179.8937.06
HexA713AA25902112b5025
Octal24723252213104145312045
Binary10100111100111010101010101100101000011001010111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A713AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A713AA; }

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

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

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

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

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

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

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

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