Html Css Color HEX #A518AC Dark Magenta

📋 copy color: '#A518AC'

red 165 ◦ green 24 ◦ blue 172

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

Shades of Dark Magenta #A518AC

Tints of Dark Magenta #A518AC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.65%

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

R = 45.71%
G = 6.65%
B = 47.65%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A518AC (or 0xA518AC) is known color: Dark Magenta. HEX triplet: A5, 18 and AC. RGB value is (165,24,172). Sum of RGB (Red+Green+Blue) = 165+24+172=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 24 (9.77% from 255 or 6.65% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #A518AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A518AC is #5AE753. Grayscale: #525252. Windows color (decimal): -5957460 or 11278501. OLE color: 11278501.

HSL color Cylindrical-coordinate representation of color #A518AC: hue angle of 297.16º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A518AC is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 24 172 -
CMYK 0.04 0.86 0 0.33
HSL 297.16º 0.76% 0.38% -
HSV(B) 297.16º 0.86% 0.67% -
XYZ 23.29 11.63 40.05 -
YUV 83.03 178.21 186.47 -
System Red Green Blue C M Y K H S L
Decimal 165 24 172 0.04 0.86 0 0.33 297.16 0.76 0.38
Hex A5 18 AC 4 56 0 21 129 4C 26
Octal 245 30 254 4 126 0 41 451 114 46
Binary 10100101 11000 10101100 100 1010110 0 100001 100101001 1001100 100110

Color Harmonies of #A518AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A518AC

Black with #A518AC

Text Example


Text Example

White with #A518AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A518AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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