Html Css Color HEX #A515AD Dark Magenta

📋 copy color: '#A515AD'

red 165 ◦ green 21 ◦ blue 173

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

Shades of Dark Magenta #A515AD

Tints of Dark Magenta #A515AD

RGB

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

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

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

R = 45.96%
G = 5.85%
B = 48.19%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A515AD (or 0xA515AD) is known color: Dark Magenta. HEX triplet: A5, 15 and AD. RGB value is (165,21,173). Sum of RGB (Red+Green+Blue) = 165+21+173=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #A515AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A515AD is #5AEA52. Grayscale: #505050. Windows color (decimal): -5958227 or 11343269. OLE color: 11343269.

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

Color convert

RGB 165 21 173 -
CMYK 0.05 0.88 0 0.32
HSL 296.84º 0.78% 0.38% -
HSV(B) 296.84º 0.88% 0.68% -
XYZ 23.33 11.55 40.54 -
YUV 81.38 179.71 187.64 -
System Red Green Blue C M Y K H S L
Decimal 165 21 173 0.05 0.88 0 0.32 296.84 0.78 0.38
Hex A5 15 AD 5 58 0 20 129 4E 26
Octal 245 25 255 5 130 0 40 451 116 46
Binary 10100101 10101 10101101 101 1011000 0 100000 100101001 1001110 100110

Color Harmonies of #A515AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A515AD

Black with #A515AD

Text Example


Text Example

White with #A515AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A515AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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