#A3209B

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

Shades of Dark Magenta #A3209B

Tints of Dark Magenta #A3209B

Color information

#A3209B (or 0xA3209B) is unknown color: approx Dark Magenta. HEX triplet: A3, 20 and 9B. RGB value is (163,32,155). Sum of RGB (Red+Green+Blue) = 163+32+155=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 163 - color contains mainly: red. Hex color #A3209B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3209B is #5CDF64. Grayscale: #545454. Windows color (decimal): -6086501 or 10166435. OLE color: 10166435.

HSL color Cylindrical-coordinate representation of color #A3209B: hue angle of 303.66º 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 #A3209B is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB16332155-
CMYK00.800.050.36
HSL303.66º67.18%38.24%-
HSV(B)303.66º80.37%63.92%-
XYZ21.5411.1932.03-
YUV85.19167.4183.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.57%
GREEN value IS 32 (12.89% from 255) = 9.14%
BLUE value IS 155 (60.94% from 255) = 44.29%
R=46.57%
G=9.14%
B=44.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633215500.800.050.36303.6667.1838.24
HexA3209B0505241304326
Octal24340233012054446010346
Binary1010001110000010011011010100001011001001001100001000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3209B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3209B; }

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

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

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

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

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

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

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

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