Html Css Color HEX #A518A0 Dark Magenta

📋 copy color: '#A518A0'

red 165 ◦ green 24 ◦ blue 160

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

Shades of Dark Magenta #A518A0

Tints of Dark Magenta #A518A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 45.85%

R = 47.28%
G = 6.88%
B = 45.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A518A0 (or 0xA518A0) is known color: Dark Magenta. HEX triplet: A5, 18 and A0. RGB value is (165,24,160). Sum of RGB (Red+Green+Blue) = 165+24+160=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 24 (9.77% from 255 or 6.88% from 349); Blue value is 160 (62.89% from 255 or 45.85% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A518A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A518A0 is #5AE75F. Grayscale: #515151. Windows color (decimal): -5957472 or 10492069. OLE color: 10492069.

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

Color convert

RGB 165 24 160 -
CMYK 0 0.85 0.03 0.35
HSL 302.13º 0.75% 0.37% -
HSV(B) 302.13º 0.85% 0.65% -
XYZ 22.19 11.19 34.25 -
YUV 81.66 172.21 187.44 -
System Red Green Blue C M Y K H S L
Decimal 165 24 160 0 0.85 0.03 0.35 302.13 0.75 0.37
Hex A5 18 A0 0 55 3 23 12E 4B 25
Octal 245 30 240 0 125 3 43 456 113 45
Binary 10100101 11000 10100000 0 1010101 11 100011 100101110 1001011 100101

Color Harmonies of #A518A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A518A0

Black with #A518A0

Text Example


Text Example

White with #A518A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A518A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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