Html Css Color HEX #A40AAD Dark Magenta

📋 copy color: '#A40AAD'

red 164 ◦ green 10 ◦ blue 173

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

Shades of Dark Magenta #A40AAD

Tints of Dark Magenta #A40AAD

RGB

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

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

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

R = 47.26%
G = 2.88%
B = 49.86%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A40AAD (or 0xA40AAD) is known color: Dark Magenta. HEX triplet: A4, 0A and AD. RGB value is (164,10,173). Sum of RGB (Red+Green+Blue) = 164+10+173=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 10 (4.30% from 255 or 2.88% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #A40AAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40AAD is #5BF552. Grayscale: #4A4A4A. Windows color (decimal): -6026579 or 11340452. OLE color: 11340452.

HSL color Cylindrical-coordinate representation of color #A40AAD: hue angle of 296.69º 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 #A40AAD is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 10 173 -
CMYK 0.05 0.94 0 0.32
HSL 296.69º 0.89% 0.36% -
HSV(B) 296.69º 0.94% 0.68% -
XYZ 22.96 11.13 40.47 -
YUV 74.63 183.52 191.75 -
System Red Green Blue C M Y K H S L
Decimal 164 10 173 0.05 0.94 0 0.32 296.69 0.89 0.36
Hex A4 A AD 5 5E 0 20 129 59 24
Octal 244 12 255 5 136 0 40 451 131 44
Binary 10100100 1010 10101101 101 1011110 0 100000 100101001 1011001 100100

Color Harmonies of #A40AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40AAD

Black with #A40AAD

Text Example


Text Example

White with #A40AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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