Html Css Color HEX #A915AD Dark Magenta

📋 copy color: '#A915AD'

red 169 ◦ green 21 ◦ blue 173

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

Shades of Dark Magenta #A915AD

Tints of Dark Magenta #A915AD

RGB

 RED value IS 169 (66.41% from 255) = 46.56%

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

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

R = 46.56%
G = 5.79%
B = 47.66%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A915AD (or 0xA915AD) is known color: Dark Magenta. HEX triplet: A9, 15 and AD. RGB value is (169,21,173). Sum of RGB (Red+Green+Blue) = 169+21+173=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 21 (8.59% from 255 or 5.79% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #A915AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A915AD is #56EA52. Grayscale: #525252. Windows color (decimal): -5696083 or 11343273. OLE color: 11343273.

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

Color convert

RGB 169 21 173 -
CMYK 0.02 0.88 0 0.32
HSL 298.42º 0.78% 0.38% -
HSV(B) 298.42º 0.88% 0.68% -
XYZ 24.17 11.99 40.58 -
YUV 82.58 179.03 189.64 -
System Red Green Blue C M Y K H S L
Decimal 169 21 173 0.02 0.88 0 0.32 298.42 0.78 0.38
Hex A9 15 AD 2 58 0 20 12A 4E 26
Octal 251 25 255 2 130 0 40 452 116 46
Binary 10101001 10101 10101101 10 1011000 0 100000 100101010 1001110 100110

Color Harmonies of #A915AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A915AD

Black with #A915AD

Text Example


Text Example

White with #A915AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A915AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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