#A803AE

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

Shades of Dark Magenta #A803AE

Tints of Dark Magenta #A803AE

Color information

#A803AE (or 0xA803AE) is unknown color: approx Dark Magenta. HEX triplet: A8, 03 and AE. RGB value is (168,3,174). Sum of RGB (Red+Green+Blue) = 168+3+174=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #A803AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A803AE is #57FC51. Grayscale: #474747. Windows color (decimal): -5766226 or 11404200. OLE color: 11404200.

HSL color Cylindrical-coordinate representation of color #A803AE: hue angle of 297.89º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A803AE is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1683174-
CMYK0.030.9800.32
HSL297.89º96.61%34.71%-
HSV(B)297.89º98.28%68.24%-
XYZ23.8211.4541-
YUV71.83185.66196.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.70%
GREEN value IS 3 (1.56% from 255) = 0.87%
BLUE value IS 174 (68.36% from 255) = 50.43%
R=48.70%
G=0.87%
B=50.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal16831740.030.9800.32297.8996.6134.71
HexA83AE36202012a6123
Octal2503256314204045214143
Binary10101000111010111011110001001000001001010101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A803AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A803AE; }

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

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

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

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

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

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

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

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