Html Css Color HEX #A115AD Dark Magenta

📋 copy color: '#A115AD'

red 161 ◦ green 21 ◦ blue 173

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

Shades of Dark Magenta #A115AD

Tints of Dark Magenta #A115AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 48.73%

R = 45.35%
G = 5.92%
B = 48.73%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A115AD (or 0xA115AD) is known color: Dark Magenta. HEX triplet: A1, 15 and AD. RGB value is (161,21,173). Sum of RGB (Red+Green+Blue) = 161+21+173=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #A115AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A115AD is #5EEA52. Grayscale: #4F4F4F. Windows color (decimal): -6220371 or 11343265. OLE color: 11343265.

HSL color Cylindrical-coordinate representation of color #A115AD: hue angle of 295.26º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A115AD is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 21 173 -
CMYK 0.07 0.88 0 0.32
HSL 295.26º 0.78% 0.38% -
HSV(B) 295.26º 0.88% 0.68% -
XYZ 22.51 11.13 40.5 -
YUV 80.19 180.38 185.64 -
System Red Green Blue C M Y K H S L
Decimal 161 21 173 0.07 0.88 0 0.32 295.26 0.78 0.38
Hex A1 15 AD 7 58 0 20 127 4E 26
Octal 241 25 255 7 130 0 40 447 116 46
Binary 10100001 10101 10101101 111 1011000 0 100000 100100111 1001110 100110

Color Harmonies of #A115AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A115AD

Black with #A115AD

Text Example


Text Example

White with #A115AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A115AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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