#A61DA0

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

Shades of Dark Magenta #A61DA0

Tints of Dark Magenta #A61DA0

Color information

#A61DA0 (or 0xA61DA0) is unknown color: approx Dark Magenta. HEX triplet: A6, 1D and A0. RGB value is (166,29,160). Sum of RGB (Red+Green+Blue) = 166+29+160=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 29 (11.72% from 255 or 8.17% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A61DA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61DA0 is #59E25F. Grayscale: #545454. Windows color (decimal): -5890656 or 10493350. OLE color: 10493350.

HSL color Cylindrical-coordinate representation of color #A61DA0: hue angle of 302.63º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A61DA0 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB16629160-
CMYK00.830.040.35
HSL302.63º70.26%38.24%-
HSV(B)302.63º82.53%65.1%-
XYZ22.5111.5234.3-
YUV84.9170.39185.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.76%
GREEN value IS 29 (11.72% from 255) = 8.17%
BLUE value IS 160 (62.89% from 255) = 45.07%
R=46.76%
G=8.17%
B=45.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1662916000.830.040.35302.6370.2638.24
HexA61DA005342312f4626
Octal24635240012344345710646
Binary101001101110110100000010100111001000111001011111000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61DA0; }

 p { color: rgb(166,29,160); }

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

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

 a { background-color: rgb(166,29,160); }

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

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

 span { border-color: rgb(166,29,160); }

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