#A4009A

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

Shades of Dark Magenta #A4009A

Tints of Dark Magenta #A4009A

Color information

#A4009A (or 0xA4009A) is unknown color: approx Dark Magenta. HEX triplet: A4, 00 and 9A. RGB value is (164,0,154). Sum of RGB (Red+Green+Blue) = 164+0+154=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 154 (60.55% from 255 or 48.43% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A4009A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4009A is #5BFF65. Grayscale: #424242. Windows color (decimal): -6029158 or 10092708. OLE color: 10092708.

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

Color convert

RGB1640154-
CMYK010.060.36
HSL303.66º100%32.16%-
HSV(B)303.66º100%64.31%-
XYZ21.1410.2331.43-
YUV66.59177.33197.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 154 (60.55% from 255) = 48.43%
R=51.57%
G=0%
B=48.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1640154010.060.36303.6610032.16
HexA409A0646241306420
Octal2440232014464446014440
Binary10100100010011010011001001101001001001100001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4009A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4009A; }

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

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

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

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

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

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

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

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