Html Css Color HEX #A413AD Dark Magenta

📋 copy color: '#A413AD'

red 164 ◦ green 19 ◦ blue 173

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

Shades of Dark Magenta #A413AD

Tints of Dark Magenta #A413AD

RGB

 RED value IS 164 (64.45% from 255) = 46.07%

 GREEN value IS 19 (7.81% from 255) = 5.34%

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

R = 46.07%
G = 5.34%
B = 48.6%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A413AD (or 0xA413AD) is known color: Dark Magenta. HEX triplet: A4, 13 and AD. RGB value is (164,19,173). Sum of RGB (Red+Green+Blue) = 164+19+173=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #A413AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A413AD is #5BEC52. Grayscale: #4F4F4F. Windows color (decimal): -6024275 or 11342756. OLE color: 11342756.

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

Color convert

RGB 164 19 173 -
CMYK 0.05 0.89 0 0.32
HSL 296.49º 0.8% 0.38% -
HSV(B) 296.49º 0.89% 0.68% -
XYZ 23.09 11.38 40.51 -
YUV 79.91 180.54 187.98 -
System Red Green Blue C M Y K H S L
Decimal 164 19 173 0.05 0.89 0 0.32 296.49 0.8 0.38
Hex A4 13 AD 5 59 0 20 128 50 26
Octal 244 23 255 5 131 0 40 450 120 46
Binary 10100100 10011 10101101 101 1011001 0 100000 100101000 1010000 100110

Color Harmonies of #A413AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A413AD

Black with #A413AD

Text Example


Text Example

White with #A413AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A413AD; }

 p { color: rgb(164,19,173); }

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

background-color css

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

 a { background-color: rgb(164,19,173); }

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

border-color css

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

 span { border-color: rgb(164,19,173); }

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