Html Css Color HEX #A417A0 Dark Magenta

📋 copy color: '#A417A0'

red 164 ◦ green 23 ◦ blue 160

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

Shades of Dark Magenta #A417A0

Tints of Dark Magenta #A417A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 46.11%

R = 47.26%
G = 6.63%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A417A0 (or 0xA417A0) is known color: Dark Magenta. HEX triplet: A4, 17 and A0. RGB value is (164,23,160). Sum of RGB (Red+Green+Blue) = 164+23+160=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 23 (9.38% from 255 or 6.63% from 347); Blue value is 160 (62.89% from 255 or 46.11% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A417A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A417A0 is #5BE85F. Grayscale: #505050. Windows color (decimal): -6023264 or 10491812. OLE color: 10491812.

HSL color Cylindrical-coordinate representation of color #A417A0: hue angle of 301.7º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A417A0 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 23 160 -
CMYK 0 0.86 0.02 0.36
HSL 301.7º 0.75% 0.37% -
HSV(B) 301.7º 0.86% 0.64% -
XYZ 21.96 11.04 34.23 -
YUV 80.78 172.71 187.36 -
System Red Green Blue C M Y K H S L
Decimal 164 23 160 0 0.86 0.02 0.36 301.7 0.75 0.37
Hex A4 17 A0 0 56 2 24 12E 4B 25
Octal 244 27 240 0 126 2 44 456 113 45
Binary 10100100 10111 10100000 0 1010110 10 100100 100101110 1001011 100101

Color Harmonies of #A417A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A417A0

Black with #A417A0

Text Example


Text Example

White with #A417A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A417A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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