#A30DAD

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

Shades of Dark Magenta #A30DAD

Tints of Dark Magenta #A30DAD

Color information

#A30DAD (or 0xA30DAD) is unknown color: approx Dark Magenta. HEX triplet: A3, 0D and AD. RGB value is (163,13,173). Sum of RGB (Red+Green+Blue) = 163+13+173=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 13 (5.47% from 255 or 3.72% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #A30DAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30DAD is #5CF252. Grayscale: #4B4B4B. Windows color (decimal): -6091347 or 11341219. OLE color: 11341219.

HSL color Cylindrical-coordinate representation of color #A30DAD: hue angle of 296.25º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A30DAD is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16313173-
CMYK0.060.9200.32
HSL296.25º86.02%36.47%-
HSV(B)296.25º92.49%67.84%-
XYZ22.7911.0940.47-
YUV76.09182.7189.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.70%
GREEN value IS 13 (5.47% from 255) = 3.72%
BLUE value IS 173 (67.97% from 255) = 49.57%
R=46.70%
G=3.72%
B=49.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal163131730.060.9200.32296.2586.0236.47
HexA3DAD65C0201285624
Octal24315255613404045012644
Binary10100011110110101101110101110001000001001010001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30DAD; }

 p { color: rgb(163,13,173); }

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

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

 a { background-color: rgb(163,13,173); }

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

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

 span { border-color: rgb(163,13,173); }

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