#A418A2

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

Shades of Dark Magenta #A418A2

Tints of Dark Magenta #A418A2

Color information

#A418A2 (or 0xA418A2) is unknown color: approx Dark Magenta. HEX triplet: A4, 18 and A2. RGB value is (164,24,162). Sum of RGB (Red+Green+Blue) = 164+24+162=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 162 (63.67% from 255 or 46.29% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A418A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A418A2 is #5BE75D. Grayscale: #515151. Windows color (decimal): -6023006 or 10623140. OLE color: 10623140.

HSL color Cylindrical-coordinate representation of color #A418A2: hue angle of 300.86º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A418A2 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB16424162-
CMYK00.850.010.36
HSL300.86º74.47%36.86%-
HSV(B)300.86º85.37%64.31%-
XYZ22.1611.1535.17-
YUV81.59173.38186.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.86%
GREEN value IS 24 (9.77% from 255) = 6.86%
BLUE value IS 162 (63.67% from 255) = 46.29%
R=46.86%
G=6.86%
B=46.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1642416200.850.010.36300.8674.4736.86
HexA418A205512412d4a25
Octal24430242012514445511245
Binary1010010011000101000100101010111001001001011011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A418A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A418A2; }

 p { color: rgb(164,24,162); }

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

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

 a { background-color: rgb(164,24,162); }

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

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

 span { border-color: rgb(164,24,162); }

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