Html Css Color HEX #A417AC Dark Magenta

📋 copy color: '#A417AC'

red 164 ◦ green 23 ◦ blue 172

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

Shades of Dark Magenta #A417AC

Tints of Dark Magenta #A417AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.91%

R = 45.68%
G = 6.41%
B = 47.91%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A417AC (or 0xA417AC) is known color: Dark Magenta. HEX triplet: A4, 17 and AC. RGB value is (164,23,172). Sum of RGB (Red+Green+Blue) = 164+23+172=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 172 - color contains mainly: blue. Hex color #A417AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A417AC is #5BE853. Grayscale: #515151. Windows color (decimal): -6023252 or 11278244. OLE color: 11278244.

HSL color Cylindrical-coordinate representation of color #A417AC: hue angle of 296.78º degrees, saturation: 0.76, 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 #A417AC is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 23 172 -
CMYK 0.05 0.87 0 0.33
HSL 296.78º 0.76% 0.38% -
HSV(B) 296.78º 0.87% 0.67% -
XYZ 23.06 11.48 40.03 -
YUV 82.15 178.71 186.38 -
System Red Green Blue C M Y K H S L
Decimal 164 23 172 0.05 0.87 0 0.33 296.78 0.76 0.38
Hex A4 17 AC 5 57 0 21 129 4C 26
Octal 244 27 254 5 127 0 41 451 114 46
Binary 10100100 10111 10101100 101 1010111 0 100001 100101001 1001100 100110

Color Harmonies of #A417AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A417AC

Black with #A417AC

Text Example


Text Example

White with #A417AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A417AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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