#A3009A

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

Shades of Dark Magenta #A3009A

Tints of Dark Magenta #A3009A

Color information

#A3009A (or 0xA3009A) is unknown color: approx Dark Magenta. HEX triplet: A3, 00 and 9A. RGB value is (163,0,154). Sum of RGB (Red+Green+Blue) = 163+0+154=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 154 (60.55% from 255 or 48.58% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A3009A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3009A is #5CFF65. Grayscale: #414141. Windows color (decimal): -6094694 or 10092707. OLE color: 10092707.

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

Color convert

RGB1630154-
CMYK010.060.36
HSL303.31º100%31.96%-
HSV(B)303.31º100%63.92%-
XYZ20.9410.1231.42-
YUV66.29177.5196.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 154 (60.55% from 255) = 48.58%
R=51.42%
G=0%
B=48.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1630154010.060.36303.3110031.96
HexA309A06462412f6420
Octal2430232014464445714440
Binary10100011010011010011001001101001001001011111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3009A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3009A; }

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

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

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

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

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

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

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

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