Html Css Color HEX #A416AA Dark Magenta

📋 copy color: '#A416AA'

red 164 ◦ green 22 ◦ blue 170

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

Shades of Dark Magenta #A416AA

Tints of Dark Magenta #A416AA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.18%

 BLUE value IS 170 (66.8% from 255) = 47.75%

R = 46.07%
G = 6.18%
B = 47.75%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A416AA (or 0xA416AA) is known color: Dark Magenta. HEX triplet: A4, 16 and AA. RGB value is (164,22,170). Sum of RGB (Red+Green+Blue) = 164+22+170=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #A416AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A416AA is #5BE955. Grayscale: #505050. Windows color (decimal): -6023510 or 11146916. OLE color: 11146916.

HSL color Cylindrical-coordinate representation of color #A416AA: hue angle of 297.57º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A416AA is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 22 170 -
CMYK 0.04 0.87 0 0.33
HSL 297.57º 0.77% 0.38% -
HSV(B) 297.57º 0.87% 0.67% -
XYZ 22.85 11.37 39.02 -
YUV 81.33 178.04 186.97 -
System Red Green Blue C M Y K H S L
Decimal 164 22 170 0.04 0.87 0 0.33 297.57 0.77 0.38
Hex A4 16 AA 4 57 0 21 12A 4D 26
Octal 244 26 252 4 127 0 41 452 115 46
Binary 10100100 10110 10101010 100 1010111 0 100001 100101010 1001101 100110

Color Harmonies of #A416AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A416AA

Black with #A416AA

Text Example


Text Example

White with #A416AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A416AA; }

 p { color: rgb(164,22,170); }

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

background-color css

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

 a { background-color: rgb(164,22,170); }

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

border-color css

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

 span { border-color: rgb(164,22,170); }

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