#A918A4

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

Shades of Dark Magenta #A918A4

Tints of Dark Magenta #A918A4

Color information

#A918A4 (or 0xA918A4) is unknown color: approx Dark Magenta. HEX triplet: A9, 18 and A4. RGB value is (169,24,164). Sum of RGB (Red+Green+Blue) = 169+24+164=357 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.34% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 164 (64.45% from 255 or 45.94% from 357); Max value from RGB is 169 - color contains mainly: red. Hex color #A918A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A918A4 is #56E75B. Grayscale: #525252. Windows color (decimal): -5695324 or 10754217. OLE color: 10754217.

HSL color Cylindrical-coordinate representation of color #A918A4: hue angle of 302.07º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A918A4 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.34.

Color convert

RGB16924164-
CMYK00.860.030.34
HSL302.07º75.13%37.84%-
HSV(B)302.07º85.8%66.27%-
XYZ23.3911.7736.16-
YUV83.32173.54189.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.34%
GREEN value IS 24 (9.77% from 255) = 6.72%
BLUE value IS 164 (64.45% from 255) = 45.94%
R=47.34%
G=6.72%
B=45.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.03
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1692416400.860.030.34302.0775.1337.84
HexA918A405632212e4b26
Octal25130244012634245611346
Binary10101001110001010010001010110111000101001011101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A918A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A918A4; }

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

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

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

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

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

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

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

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