Html Css Color HEX #A413AE Dark Magenta

📋 copy color: '#A413AE'

red 164 ◦ green 19 ◦ blue 174

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

Shades of Dark Magenta #A413AE

Tints of Dark Magenta #A413AE

RGB

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

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

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

R = 45.94%
G = 5.32%
B = 48.74%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A413AE (or 0xA413AE) is known color: Dark Magenta. HEX triplet: A4, 13 and AE. RGB value is (164,19,174). Sum of RGB (Red+Green+Blue) = 164+19+174=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #A413AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A413AE is #5BEC51. Grayscale: #4F4F4F. Windows color (decimal): -6024274 or 11408292. OLE color: 11408292.

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

Color convert

RGB 164 19 174 -
CMYK 0.06 0.89 0 0.32
HSL 296.13º 0.8% 0.38% -
HSV(B) 296.13º 0.89% 0.68% -
XYZ 23.18 11.41 41.03 -
YUV 80.03 181.04 187.9 -
System Red Green Blue C M Y K H S L
Decimal 164 19 174 0.06 0.89 0 0.32 296.13 0.8 0.38
Hex A4 13 AE 6 59 0 20 128 50 26
Octal 244 23 256 6 131 0 40 450 120 46
Binary 10100100 10011 10101110 110 1011001 0 100000 100101000 1010000 100110

Color Harmonies of #A413AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A413AE

Black with #A413AE

Text Example


Text Example

White with #A413AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A413AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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