Html Css Color HEX #A515AC Dark Magenta

📋 copy color: '#A515AC'

red 165 ◦ green 21 ◦ blue 172

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

Shades of Dark Magenta #A515AC

Tints of Dark Magenta #A515AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.04%

R = 46.09%
G = 5.87%
B = 48.04%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A515AC (or 0xA515AC) is known color: Dark Magenta. HEX triplet: A5, 15 and AC. RGB value is (165,21,172). Sum of RGB (Red+Green+Blue) = 165+21+172=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #A515AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A515AC is #5AEA53. Grayscale: #505050. Windows color (decimal): -5958228 or 11277733. OLE color: 11277733.

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

Color convert

RGB 165 21 172 -
CMYK 0.04 0.88 0 0.33
HSL 297.22º 0.78% 0.38% -
HSV(B) 297.22º 0.88% 0.67% -
XYZ 23.23 11.51 40.03 -
YUV 81.27 179.21 187.72 -
System Red Green Blue C M Y K H S L
Decimal 165 21 172 0.04 0.88 0 0.33 297.22 0.78 0.38
Hex A5 15 AC 4 58 0 21 129 4E 26
Octal 245 25 254 4 130 0 41 451 116 46
Binary 10100101 10101 10101100 100 1011000 0 100001 100101001 1001110 100110

Color Harmonies of #A515AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A515AC

Black with #A515AC

Text Example


Text Example

White with #A515AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A515AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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