#A500A3

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

Shades of Dark Magenta #A500A3

Tints of Dark Magenta #A500A3

Color information

#A500A3 (or 0xA500A3) is unknown color: approx Dark Magenta. HEX triplet: A5, 00 and A3. RGB value is (165,0,163). Sum of RGB (Red+Green+Blue) = 165+0+163=328 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.30% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 163 (64.06% from 255 or 49.70% from 328); Max value from RGB is 165 - color contains mainly: red. Hex color #A500A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A500A3 is #5AFF5C. Grayscale: #434343. Windows color (decimal): -5963613 or 10682533. OLE color: 10682533.

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

Color convert

RGB1650163-
CMYK010.010.35
HSL300.73º100%32.35%-
HSV(B)300.73º100%64.71%-
XYZ22.1310.6435.54-
YUV67.92181.66197.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 163 (64.06% from 255) = 49.70%
R=50.30%
G=0%
B=49.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1650163010.010.35300.7310032.35
HexA50A306412312d6420
Octal2450243014414345514440
Binary101001010101000110110010011000111001011011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A500A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A500A3; }

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

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

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

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

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

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

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

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