Html Css Color HEX #A417AD Dark Magenta

📋 copy color: '#A417AD'

red 164 ◦ green 23 ◦ blue 173

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

Shades of Dark Magenta #A417AD

Tints of Dark Magenta #A417AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 48.06%

R = 45.56%
G = 6.39%
B = 48.06%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A417AD (or 0xA417AD) is known color: Dark Magenta. HEX triplet: A4, 17 and AD. RGB value is (164,23,173). Sum of RGB (Red+Green+Blue) = 164+23+173=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 23 (9.38% from 255 or 6.39% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #A417AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A417AD is #5BE852. Grayscale: #515151. Windows color (decimal): -6023251 or 11343780. OLE color: 11343780.

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

Color convert

RGB 164 23 173 -
CMYK 0.05 0.87 0 0.32
HSL 296.4º 0.77% 0.38% -
HSV(B) 296.4º 0.87% 0.68% -
XYZ 23.16 11.52 40.54 -
YUV 82.26 179.21 186.3 -
System Red Green Blue C M Y K H S L
Decimal 164 23 173 0.05 0.87 0 0.32 296.4 0.77 0.38
Hex A4 17 AD 5 57 0 20 128 4D 26
Octal 244 27 255 5 127 0 40 450 115 46
Binary 10100100 10111 10101101 101 1010111 0 100000 100101000 1001101 100110

Color Harmonies of #A417AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A417AD

Black with #A417AD

Text Example


Text Example

White with #A417AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A417AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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