#A803A6

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

Shades of Dark Magenta #A803A6

Tints of Dark Magenta #A803A6

Color information

#A803A6 (or 0xA803A6) is unknown color: approx Dark Magenta. HEX triplet: A8, 03 and A6. RGB value is (168,3,166). Sum of RGB (Red+Green+Blue) = 168+3+166=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 3 (1.56% from 255 or 0.89% from 337); Blue value is 166 (65.23% from 255 or 49.26% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A803A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A803A6 is #57FC59. Grayscale: #464646. Windows color (decimal): -5766234 or 10879912. OLE color: 10879912.

HSL color Cylindrical-coordinate representation of color #A803A6: hue angle of 300.73º 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 #A803A6 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.34.

Color convert

RGB1683166-
CMYK00.980.010.34
HSL300.73º96.49%33.53%-
HSV(B)300.73º98.21%65.88%-
XYZ23.0611.1437.01-
YUV70.92181.66197.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.85%
GREEN value IS 3 (1.56% from 255) = 0.89%
BLUE value IS 166 (65.23% from 255) = 49.26%
R=49.85%
G=0.89%
B=49.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.01
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168316600.980.010.34300.7396.4933.53
HexA83A606212212d6022
Octal2503246014214245514042
Binary1010100011101001100110001011000101001011011100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A803A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A803A6; }

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

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

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

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

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

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

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

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