Html Css Color HEX #A115A0 Dark Magenta

📋 copy color: '#A115A0'

red 161 ◦ green 21 ◦ blue 160

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

Shades of Dark Magenta #A115A0

Tints of Dark Magenta #A115A0

RGB

 RED value IS 161 (63.28% from 255) = 47.08%

 GREEN value IS 21 (8.59% from 255) = 6.14%

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

R = 47.08%
G = 6.14%
B = 46.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#A115A0 (or 0xA115A0) is known color: Dark Magenta. HEX triplet: A1, 15 and A0. RGB value is (161,21,160). Sum of RGB (Red+Green+Blue) = 161+21+160=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 21 (8.59% from 255 or 6.14% from 342); Blue value is 160 (62.89% from 255 or 46.78% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A115A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A115A0 is #5EEA5F. Grayscale: #4E4E4E. Windows color (decimal): -6220384 or 10491297. OLE color: 10491297.

HSL color Cylindrical-coordinate representation of color #A115A0: hue angle of 300.43º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A115A0 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 21 160 -
CMYK 0 0.87 0.01 0.37
HSL 300.43º 0.77% 0.36% -
HSV(B) 300.43º 0.87% 0.63% -
XYZ 21.31 10.65 34.19 -
YUV 78.71 173.88 186.7 -
System Red Green Blue C M Y K H S L
Decimal 161 21 160 0 0.87 0.01 0.37 300.43 0.77 0.36
Hex A1 15 A0 0 57 1 25 12C 4D 24
Octal 241 25 240 0 127 1 45 454 115 44
Binary 10100001 10101 10100000 0 1010111 1 100101 100101100 1001101 100100

Color Harmonies of #A115A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A115A0

Black with #A115A0

Text Example


Text Example

White with #A115A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A115A0; }

 p { color: rgb(161,21,160); }

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

background-color css

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

 a { background-color: rgb(161,21,160); }

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

border-color css

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

 span { border-color: rgb(161,21,160); }

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