Html Css Color HEX #A30DA3 Dark Magenta

📋 copy color: '#A30DA3'

red 163 ◦ green 13 ◦ blue 163

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

Shades of Dark Magenta #A30DA3

Tints of Dark Magenta #A30DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 48.08%

R = 48.08%
G = 3.83%
B = 48.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A30DA3 (or 0xA30DA3) is known color: Dark Magenta. HEX triplet: A3, 0D and A3. RGB value is (163,13,163). Sum of RGB (Red+Green+Blue) = 163+13+163=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 163 (64.06% from 255 or 48.08% from 339); Max value from RGB is 163 - color contains mainly: red, blue. Hex color #A30DA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30DA3 is #5CF25C. Grayscale: #4A4A4A. Windows color (decimal): -6091357 or 10685859. OLE color: 10685859.

HSL color Cylindrical-coordinate representation of color #A30DA3: hue angle of 300º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A30DA3 is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 13 163 -
CMYK 0 0.92 0 0.36
HSL 300º 0.85% 0.35% -
HSV(B) 300º 0.92% 0.64% -
XYZ 21.86 10.72 35.57 -
YUV 74.95 177.7 190.8 -
System Red Green Blue C M Y K H S L
Decimal 163 13 163 0 0.92 0 0.36 300 0.85 0.35
Hex A3 D A3 0 5C 0 24 12C 55 23
Octal 243 15 243 0 134 0 44 454 125 43
Binary 10100011 1101 10100011 0 1011100 0 100100 100101100 1010101 100011

Color Harmonies of #A30DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30DA3

Black with #A30DA3

Text Example


Text Example

White with #A30DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30DA3; }

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

 H1.HeaderClassName
 {
   color: #A30DA3;
 }
 .AnyTagClassName
 {
   color: #A30DA3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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