#A01DA7

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

Shades of Dark Magenta #A01DA7

Tints of Dark Magenta #A01DA7

Color information

#A01DA7 (or 0xA01DA7) is unknown color: approx Dark Magenta. HEX triplet: A0, 1D and A7. RGB value is (160,29,167). Sum of RGB (Red+Green+Blue) = 160+29+167=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 29 (11.72% from 255 or 8.15% from 356); Blue value is 167 (65.62% from 255 or 46.91% from 356); Max value from RGB is 167 - color contains mainly: blue. Hex color #A01DA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01DA7 is #5FE258. Grayscale: #535353. Windows color (decimal): -6283865 or 10952096. OLE color: 10952096.

HSL color Cylindrical-coordinate representation of color #A01DA7: hue angle of 296.96º 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 #A01DA7 is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16029167-
CMYK0.040.8300.35
HSL296.96º70.41%38.43%-
HSV(B)296.96º82.63%65.49%-
XYZ21.9111.1437.56-
YUV83.9174.9182.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.94%
GREEN value IS 29 (11.72% from 255) = 8.15%
BLUE value IS 167 (65.62% from 255) = 46.91%
R=44.94%
G=8.15%
B=46.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal160291670.040.8300.35296.9670.4138.43
HexA01DA74530231294626
Octal24035247412304345110646
Binary101000001110110100111100101001101000111001010011000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01DA7; }

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

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

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

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

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

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

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

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