Html Css Color HEX #A417A9 Dark Magenta

📋 copy color: '#A417A9'

red 164 ◦ green 23 ◦ blue 169

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

Shades of Dark Magenta #A417A9

Tints of Dark Magenta #A417A9

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.46%

 BLUE value IS 169 (66.41% from 255) = 47.47%

R = 46.07%
G = 6.46%
B = 47.47%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A417A9 (or 0xA417A9) is known color: Dark Magenta. HEX triplet: A4, 17 and A9. RGB value is (164,23,169). Sum of RGB (Red+Green+Blue) = 164+23+169=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 169 (66.41% from 255 or 47.47% from 356); Max value from RGB is 169 - color contains mainly: blue. Hex color #A417A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A417A9 is #5BE856. Grayscale: #515151. Windows color (decimal): -6023255 or 11081636. OLE color: 11081636.

HSL color Cylindrical-coordinate representation of color #A417A9: hue angle of 297.95º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A417A9 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 164 23 169 -
CMYK 0.03 0.86 0 0.34
HSL 297.95º 0.76% 0.38% -
HSV(B) 297.95º 0.86% 0.66% -
XYZ 22.78 11.37 38.53 -
YUV 81.8 177.21 186.63 -
System Red Green Blue C M Y K H S L
Decimal 164 23 169 0.03 0.86 0 0.34 297.95 0.76 0.38
Hex A4 17 A9 3 56 0 22 12A 4C 26
Octal 244 27 251 3 126 0 42 452 114 46
Binary 10100100 10111 10101001 11 1010110 0 100010 100101010 1001100 100110

Color Harmonies of #A417A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A417A9

Black with #A417A9

Text Example


Text Example

White with #A417A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A417A9; }

 p { color: rgb(164,23,169); }

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

background-color css

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

 a { background-color: rgb(164,23,169); }

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

border-color css

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

 span { border-color: rgb(164,23,169); }

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