#A217A7

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

Shades of Dark Magenta #A217A7

Tints of Dark Magenta #A217A7

Color information

#A217A7 (or 0xA217A7) is unknown color: approx Dark Magenta. HEX triplet: A2, 17 and A7. RGB value is (162,23,167). Sum of RGB (Red+Green+Blue) = 162+23+167=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 23 (9.38% from 255 or 6.53% from 352); Blue value is 167 (65.62% from 255 or 47.44% from 352); Max value from RGB is 167 - color contains mainly: blue. Hex color #A217A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A217A7 is #5DE858. Grayscale: #505050. Windows color (decimal): -6154329 or 10950562. OLE color: 10950562.

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

Color convert

RGB16223167-
CMYK0.030.8600.35
HSL297.92º75.79%37.25%-
HSV(B)297.92º86.23%65.49%-
XYZ22.1811.0837.53-
YUV80.98176.55185.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.02%
GREEN value IS 23 (9.38% from 255) = 6.53%
BLUE value IS 167 (65.62% from 255) = 47.44%
R=46.02%
G=6.53%
B=47.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal162231670.030.8600.35297.9275.7937.25
HexA217A735602312a4c25
Octal24227247312604345211445
Binary10100010101111010011111101011001000111001010101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A217A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A217A7; }

 p { color: rgb(162,23,167); }

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

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

 a { background-color: rgb(162,23,167); }

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

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

 span { border-color: rgb(162,23,167); }

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