Html Css Color HEX #A30DAD Dark Magenta

📋 copy color: '#A30DAD'

red 163 ◦ green 13 ◦ blue 173

#A30DAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #A30DAD

Tints of Dark Magenta #A30DAD

RGB

 RED value IS 163 (64.06% from 255) = 46.7%

 GREEN value IS 13 (5.47% from 255) = 3.72%

 BLUE value IS 173 (67.97% from 255) = 49.57%

R = 46.7%
G = 3.72%
B = 49.57%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A30DAD (or 0xA30DAD) is known color: 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

RGB 163 13 173 -
CMYK 0.06 0.92 0 0.32
HSL 296.25º 0.86% 0.36% -
HSV(B) 296.25º 0.92% 0.68% -
XYZ 22.79 11.09 40.47 -
YUV 76.09 182.7 189.99 -
System Red Green Blue C M Y K H S L
Decimal 163 13 173 0.06 0.92 0 0.32 296.25 0.86 0.36
Hex A3 D AD 6 5C 0 20 128 56 24
Octal 243 15 255 6 134 0 40 450 126 44
Binary 10100011 1101 10101101 110 1011100 0 100000 100101000 1010110 100100

Color Harmonies of #A30DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30DAD

Black with #A30DAD

Text Example


Text Example

White with #A30DAD

Text Example


Text Example

HTML Codes & Css Web 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>