Html Css Color HEX #A30AAD Dark Magenta

📋 copy color: '#A30AAD'

red 163 ◦ green 10 ◦ blue 173

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

Shades of Dark Magenta #A30AAD

Tints of Dark Magenta #A30AAD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.89%

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

R = 47.11%
G = 2.89%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A30AAD (or 0xA30AAD) is known color: Dark Magenta. HEX triplet: A3, 0A and AD. RGB value is (163,10,173). Sum of RGB (Red+Green+Blue) = 163+10+173=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #A30AAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30AAD is #5CF552. Grayscale: #494949. Windows color (decimal): -6092115 or 11340451. OLE color: 11340451.

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

Color convert

RGB 163 10 173 -
CMYK 0.06 0.94 0 0.32
HSL 296.32º 0.89% 0.36% -
HSV(B) 296.32º 0.94% 0.68% -
XYZ 22.76 11.02 40.46 -
YUV 74.33 183.69 191.25 -
System Red Green Blue C M Y K H S L
Decimal 163 10 173 0.06 0.94 0 0.32 296.32 0.89 0.36
Hex A3 A AD 6 5E 0 20 128 59 24
Octal 243 12 255 6 136 0 40 450 131 44
Binary 10100011 1010 10101101 110 1011110 0 100000 100101000 1011001 100100

Color Harmonies of #A30AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30AAD

Black with #A30AAD

Text Example


Text Example

White with #A30AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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