#A218A5

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

Shades of Dark Magenta #A218A5

Tints of Dark Magenta #A218A5

Color information

#A218A5 (or 0xA218A5) is unknown color: approx Dark Magenta. HEX triplet: A2, 18 and A5. RGB value is (162,24,165). Sum of RGB (Red+Green+Blue) = 162+24+165=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 24 (9.77% from 255 or 6.84% from 351); Blue value is 165 (64.84% from 255 or 47.01% from 351); Max value from RGB is 165 - color contains mainly: blue. Hex color #A218A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A218A5 is #5DE75A. Grayscale: #505050. Windows color (decimal): -6154075 or 10819746. OLE color: 10819746.

HSL color Cylindrical-coordinate representation of color #A218A5: hue angle of 298.72º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A218A5 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16224165-
CMYK0.020.8500.35
HSL298.72º74.6%37.06%-
HSV(B)298.72º85.45%64.71%-
XYZ22.0211.0536.57-
YUV81.34175.22185.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.15%
GREEN value IS 24 (9.77% from 255) = 6.84%
BLUE value IS 165 (64.84% from 255) = 47.01%
R=46.15%
G=6.84%
B=47.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal162241650.020.8500.35298.7274.637.06
HexA218A525502312b4b25
Octal24230245212504345311345
Binary10100010110001010010110101010101000111001010111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A218A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A218A5; }

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

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

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

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

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

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

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

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