#A803A5

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

Shades of Dark Magenta #A803A5

Tints of Dark Magenta #A803A5

Color information

#A803A5 (or 0xA803A5) is unknown color: approx Dark Magenta. HEX triplet: A8, 03 and A5. RGB value is (168,3,165). Sum of RGB (Red+Green+Blue) = 168+3+165=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 165 (64.84% from 255 or 49.11% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A803A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A803A5 is #57FC5A. Grayscale: #464646. Windows color (decimal): -5766235 or 10814376. OLE color: 10814376.

HSL color Cylindrical-coordinate representation of color #A803A5: hue angle of 301.09º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A803A5 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB1683165-
CMYK00.980.020.34
HSL301.09º96.49%33.53%-
HSV(B)301.09º98.21%65.88%-
XYZ22.9711.1136.53-
YUV70.8181.16197.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50%
GREEN value IS 3 (1.56% from 255) = 0.89%
BLUE value IS 165 (64.84% from 255) = 49.11%
R=50%
G=0.89%
B=49.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168316500.980.020.34301.0996.4933.53
HexA83A506222212d6022
Octal2503245014224245514042
Binary10101000111010010101100010101000101001011011100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A803A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A803A5; }

 p { color: rgb(168,3,165); }

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

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

 a { background-color: rgb(168,3,165); }

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

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

 span { border-color: rgb(168,3,165); }

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