#A200AA

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

Shades of Dark Magenta #A200AA

Tints of Dark Magenta #A200AA

Color information

#A200AA (or 0xA200AA) is unknown color: approx Dark Magenta. HEX triplet: A2, 00 and AA. RGB value is (162,0,170). Sum of RGB (Red+Green+Blue) = 162+0+170=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #A200AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A200AA is #5DFF55. Grayscale: #434343. Windows color (decimal): -6160214 or 11141282. OLE color: 11141282.

HSL color Cylindrical-coordinate representation of color #A200AA: hue angle of 297.18º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A200AA is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1620170-
CMYK0.05100.33
HSL297.18º100%33.33%-
HSV(B)297.18º100%66.67%-
XYZ22.1610.5838.91-
YUV67.82185.67195.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 170 (66.80% from 255) = 51.20%
R=48.80%
G=0%
B=51.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16201700.05100.33297.1810033.33
HexA20AA5640211296421
Octal2420252514404145114441
Binary10100010010101010101110010001000011001010011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A200AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A200AA; }

 p { color: rgb(162,0,170); }

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

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

 a { background-color: rgb(162,0,170); }

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

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

 span { border-color: rgb(162,0,170); }

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