Html Css Color HEX #A517AC Dark Magenta

📋 copy color: '#A517AC'

red 165 ◦ green 23 ◦ blue 172

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

Shades of Dark Magenta #A517AC

Tints of Dark Magenta #A517AC

RGB

 RED value IS 165 (64.84% from 255) = 45.83%

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

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

R = 45.83%
G = 6.39%
B = 47.78%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A517AC (or 0xA517AC) is known color: Dark Magenta. HEX triplet: A5, 17 and AC. RGB value is (165,23,172). Sum of RGB (Red+Green+Blue) = 165+23+172=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 23 (9.38% from 255 or 6.39% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #A517AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A517AC is #5AE853. Grayscale: #515151. Windows color (decimal): -5957716 or 11278245. OLE color: 11278245.

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

Color convert

RGB 165 23 172 -
CMYK 0.04 0.87 0 0.33
HSL 297.18º 0.76% 0.38% -
HSV(B) 297.18º 0.87% 0.67% -
XYZ 23.27 11.59 40.04 -
YUV 82.44 178.54 186.88 -
System Red Green Blue C M Y K H S L
Decimal 165 23 172 0.04 0.87 0 0.33 297.18 0.76 0.38
Hex A5 17 AC 4 57 0 21 129 4C 26
Octal 245 27 254 4 127 0 41 451 114 46
Binary 10100101 10111 10101100 100 1010111 0 100001 100101001 1001100 100110

Color Harmonies of #A517AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A517AC

Black with #A517AC

Text Example


Text Example

White with #A517AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A517AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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