Html Css Color HEX #A417A6 Dark Magenta

📋 copy color: '#A417A6'

red 164 ◦ green 23 ◦ blue 166

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

Shades of Dark Magenta #A417A6

Tints of Dark Magenta #A417A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 47.03%

R = 46.46%
G = 6.52%
B = 47.03%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A417A6 (or 0xA417A6) is known color: Dark Magenta. HEX triplet: A4, 17 and A6. RGB value is (164,23,166). Sum of RGB (Red+Green+Blue) = 164+23+166=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 23 (9.38% from 255 or 6.52% from 353); Blue value is 166 (65.23% from 255 or 47.03% from 353); Max value from RGB is 166 - color contains mainly: blue. Hex color #A417A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A417A6 is #5BE859. Grayscale: #515151. Windows color (decimal): -6023258 or 10885028. OLE color: 10885028.

HSL color Cylindrical-coordinate representation of color #A417A6: hue angle of 299.16º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A417A6 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 164 23 166 -
CMYK 0.01 0.86 0 0.35
HSL 299.16º 0.76% 0.37% -
HSV(B) 299.16º 0.86% 0.65% -
XYZ 22.5 11.26 37.06 -
YUV 81.46 175.71 186.87 -
System Red Green Blue C M Y K H S L
Decimal 164 23 166 0.01 0.86 0 0.35 299.16 0.76 0.37
Hex A4 17 A6 1 56 0 23 12B 4C 25
Octal 244 27 246 1 126 0 43 453 114 45
Binary 10100100 10111 10100110 1 1010110 0 100011 100101011 1001100 100101

Color Harmonies of #A417A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A417A6

Black with #A417A6

Text Example


Text Example

White with #A417A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A417A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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