Html Css Color HEX #A518A1 Dark Magenta

📋 copy color: '#A518A1'

red 165 ◦ green 24 ◦ blue 161

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

Shades of Dark Magenta #A518A1

Tints of Dark Magenta #A518A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 46%

R = 47.14%
G = 6.86%
B = 46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A518A1 (or 0xA518A1) is known color: Dark Magenta. HEX triplet: A5, 18 and A1. RGB value is (165,24,161). Sum of RGB (Red+Green+Blue) = 165+24+161=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 161 (63.28% from 255 or 46% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A518A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A518A1 is #5AE75E. Grayscale: #515151. Windows color (decimal): -5957471 or 10557605. OLE color: 10557605.

HSL color Cylindrical-coordinate representation of color #A518A1: hue angle of 301.7º 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 #A518A1 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 24 161 -
CMYK 0 0.85 0.02 0.35
HSL 301.7º 0.75% 0.37% -
HSV(B) 301.7º 0.85% 0.65% -
XYZ 22.28 11.23 34.71 -
YUV 81.78 172.71 187.36 -
System Red Green Blue C M Y K H S L
Decimal 165 24 161 0 0.85 0.02 0.35 301.7 0.75 0.37
Hex A5 18 A1 0 55 2 23 12E 4B 25
Octal 245 30 241 0 125 2 43 456 113 45
Binary 10100101 11000 10100001 0 1010101 10 100011 100101110 1001011 100101

Color Harmonies of #A518A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A518A1

Black with #A518A1

Text Example


Text Example

White with #A518A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A518A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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