#A207A1

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

Shades of Dark Magenta #A207A1

Tints of Dark Magenta #A207A1

Color information

#A207A1 (or 0xA207A1) is unknown color: approx Dark Magenta. HEX triplet: A2, 07 and A1. RGB value is (162,7,161). Sum of RGB (Red+Green+Blue) = 162+7+161=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 7 (3.12% from 255 or 2.12% from 330); Blue value is 161 (63.28% from 255 or 48.79% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A207A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A207A1 is #5DF85E. Grayscale: #464646. Windows color (decimal): -6158431 or 10553250. OLE color: 10553250.

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

Color convert

RGB1627161-
CMYK00.960.010.36
HSL300.39º91.72%33.14%-
HSV(B)300.39º95.68%63.53%-
XYZ21.4110.4134.6-
YUV70.9178.85192.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.09%
GREEN value IS 7 (3.12% from 255) = 2.12%
BLUE value IS 161 (63.28% from 255) = 48.79%
R=49.09%
G=2.12%
B=48.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162716100.960.010.36300.3991.7233.14
HexA27A106012412c5c21
Octal2427241014014445413441
Binary10100010111101000010110000011001001001011001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A207A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A207A1; }

 p { color: rgb(162,7,161); }

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

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

 a { background-color: rgb(162,7,161); }

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

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

 span { border-color: rgb(162,7,161); }

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