Html Css Color HEX #A411AD Dark Magenta

📋 copy color: '#A411AD'

red 164 ◦ green 17 ◦ blue 173

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

Shades of Dark Magenta #A411AD

Tints of Dark Magenta #A411AD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.8%

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

R = 46.33%
G = 4.8%
B = 48.87%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A411AD (or 0xA411AD) is known color: Dark Magenta. HEX triplet: A4, 11 and AD. RGB value is (164,17,173). Sum of RGB (Red+Green+Blue) = 164+17+173=354 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.33% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #A411AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A411AD is #5BEE52. Grayscale: #4E4E4E. Windows color (decimal): -6024787 or 11342244. OLE color: 11342244.

HSL color Cylindrical-coordinate representation of color #A411AD: hue angle of 296.54º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A411AD is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 17 173 -
CMYK 0.05 0.90 0 0.32
HSL 296.54º 0.82% 0.37% -
HSV(B) 296.54º 0.9% 0.68% -
XYZ 23.05 11.31 40.5 -
YUV 78.74 181.2 188.82 -
System Red Green Blue C M Y K H S L
Decimal 164 17 173 0.05 0.90 0 0.32 296.54 0.82 0.37
Hex A4 11 AD 5 5A 0 20 129 52 25
Octal 244 21 255 5 132 0 40 451 122 45
Binary 10100100 10001 10101101 101 1011010 0 100000 100101001 1010010 100101

Color Harmonies of #A411AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A411AD

Black with #A411AD

Text Example


Text Example

White with #A411AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A411AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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