#A613AA

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

Shades of Dark Magenta #A613AA

Tints of Dark Magenta #A613AA

Color information

#A613AA (or 0xA613AA) is unknown color: approx Dark Magenta. HEX triplet: A6, 13 and AA. RGB value is (166,19,170). Sum of RGB (Red+Green+Blue) = 166+19+170=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 19 (7.81% from 255 or 5.35% 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 #A613AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A613AA is #59EC55. Grayscale: #4F4F4F. Windows color (decimal): -5893206 or 11146150. OLE color: 11146150.

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

Color convert

RGB16619170-
CMYK0.020.8900.33
HSL298.41º79.89%37.06%-
HSV(B)298.41º88.82%66.67%-
XYZ23.2111.4839.02-
YUV80.17178.7189.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.76%
GREEN value IS 19 (7.81% from 255) = 5.35%
BLUE value IS 170 (66.80% from 255) = 47.89%
R=46.76%
G=5.35%
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
Decimal166191700.020.8900.33298.4179.8937.06
HexA613AA25902112a5025
Octal24623252213104145212045
Binary10100110100111010101010101100101000011001010101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A613AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A613AA; }

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

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

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

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

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

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

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

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