#A400AF

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

Shades of Dark Magenta #A400AF

Tints of Dark Magenta #A400AF

Color information

#A400AF (or 0xA400AF) is unknown color: approx Dark Magenta. HEX triplet: A4, 00 and AF. RGB value is (164,0,175). Sum of RGB (Red+Green+Blue) = 164+0+175=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #A400AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A400AF is #5BFF50. Grayscale: #444444. Windows color (decimal): -6029137 or 11468964. OLE color: 11468964.

HSL color Cylindrical-coordinate representation of color #A400AF: hue angle of 296.23º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A400AF is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1640175-
CMYK0.06100.31
HSL296.23º100%34.31%-
HSV(B)296.23º100%68.63%-
XYZ23.0510.9941.46-
YUV68.99187.83195.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 175 (68.75% from 255) = 51.62%
R=48.38%
G=0%
B=51.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal16401750.06100.31296.2310034.31
HexA40AF66401F1286422
Octal2440257614403745014442
Binary1010010001010111111011001000111111001010001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A400AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A400AF; }

 p { color: rgb(164,0,175); }

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

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

 a { background-color: rgb(164,0,175); }

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

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

 span { border-color: rgb(164,0,175); }

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