#A3209A

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

Shades of Dark Magenta #A3209A

Tints of Dark Magenta #A3209A

Color information

#A3209A (or 0xA3209A) is unknown color: approx Dark Magenta. HEX triplet: A3, 20 and 9A. RGB value is (163,32,154). Sum of RGB (Red+Green+Blue) = 163+32+154=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 163 - color contains mainly: red. Hex color #A3209A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3209A is #5CDF65. Grayscale: #545454. Windows color (decimal): -6086502 or 10100899. OLE color: 10100899.

HSL color Cylindrical-coordinate representation of color #A3209A: hue angle of 304.12º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A3209A is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB16332154-
CMYK00.800.060.36
HSL304.12º67.18%38.24%-
HSV(B)304.12º80.37%63.92%-
XYZ21.4511.1531.59-
YUV85.08166.9183.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.70%
GREEN value IS 32 (12.89% from 255) = 9.17%
BLUE value IS 154 (60.55% from 255) = 44.13%
R=46.70%
G=9.17%
B=44.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633215400.800.060.36304.1267.1838.24
HexA3209A0506241304326
Octal24340232012064446010346
Binary1010001110000010011010010100001101001001001100001000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3209A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3209A; }

 p { color: rgb(163,32,154); }

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

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

 a { background-color: rgb(163,32,154); }

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

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

 span { border-color: rgb(163,32,154); }

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