Html Css Color HEX #A411AE Dark Magenta

📋 copy color: '#A411AE'

red 164 ◦ green 17 ◦ blue 174

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

Shades of Dark Magenta #A411AE

Tints of Dark Magenta #A411AE

RGB

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

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

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

R = 46.2%
G = 4.79%
B = 49.01%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A411AE (or 0xA411AE) is known color: Dark Magenta. HEX triplet: A4, 11 and AE. RGB value is (164,17,174). Sum of RGB (Red+Green+Blue) = 164+17+174=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #A411AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A411AE is #5BEE51. Grayscale: #4E4E4E. Windows color (decimal): -6024786 or 11407780. OLE color: 11407780.

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

Color convert

RGB 164 17 174 -
CMYK 0.06 0.90 0 0.32
HSL 296.18º 0.82% 0.37% -
HSV(B) 296.18º 0.9% 0.68% -
XYZ 23.15 11.35 41.01 -
YUV 78.85 181.7 188.73 -
System Red Green Blue C M Y K H S L
Decimal 164 17 174 0.06 0.90 0 0.32 296.18 0.82 0.37
Hex A4 11 AE 6 5A 0 20 128 52 25
Octal 244 21 256 6 132 0 40 450 122 45
Binary 10100100 10001 10101110 110 1011010 0 100000 100101000 1010010 100101

Color Harmonies of #A411AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A411AE

Black with #A411AE

Text Example


Text Example

White with #A411AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A411AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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