Html Css Color HEX #A30DAE Dark Magenta

📋 copy color: '#A30DAE'

red 163 ◦ green 13 ◦ blue 174

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

Shades of Dark Magenta #A30DAE

Tints of Dark Magenta #A30DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.71%

R = 46.57%
G = 3.71%
B = 49.71%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A30DAE (or 0xA30DAE) is known color: Dark Magenta. HEX triplet: A3, 0D and AE. RGB value is (163,13,174). Sum of RGB (Red+Green+Blue) = 163+13+174=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 13 (5.47% from 255 or 3.71% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #A30DAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30DAE is #5CF251. Grayscale: #4B4B4B. Windows color (decimal): -6091346 or 11406755. OLE color: 11406755.

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

Color convert

RGB 163 13 174 -
CMYK 0.06 0.93 0 0.32
HSL 295.9º 0.86% 0.37% -
HSV(B) 295.9º 0.93% 0.68% -
XYZ 22.89 11.13 40.99 -
YUV 76.2 183.2 189.91 -
System Red Green Blue C M Y K H S L
Decimal 163 13 174 0.06 0.93 0 0.32 295.9 0.86 0.37
Hex A3 D AE 6 5D 0 20 128 56 25
Octal 243 15 256 6 135 0 40 450 126 45
Binary 10100011 1101 10101110 110 1011101 0 100000 100101000 1010110 100101

Color Harmonies of #A30DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30DAE

Black with #A30DAE

Text Example


Text Example

White with #A30DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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