Html Css Color HEX #A915AC Dark Magenta

📋 copy color: '#A915AC'

red 169 ◦ green 21 ◦ blue 172

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

Shades of Dark Magenta #A915AC

Tints of Dark Magenta #A915AC

RGB

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

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

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

R = 46.69%
G = 5.8%
B = 47.51%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A915AC (or 0xA915AC) is known color: Dark Magenta. HEX triplet: A9, 15 and AC. RGB value is (169,21,172). Sum of RGB (Red+Green+Blue) = 169+21+172=362 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.69% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #A915AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A915AC is #56EA53. Grayscale: #525252. Windows color (decimal): -5696084 or 11277737. OLE color: 11277737.

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

Color convert

RGB 169 21 172 -
CMYK 0.02 0.88 0 0.33
HSL 298.81º 0.78% 0.38% -
HSV(B) 298.81º 0.88% 0.67% -
XYZ 24.08 11.95 40.07 -
YUV 82.47 178.53 189.72 -
System Red Green Blue C M Y K H S L
Decimal 169 21 172 0.02 0.88 0 0.33 298.81 0.78 0.38
Hex A9 15 AC 2 58 0 21 12B 4E 26
Octal 251 25 254 2 130 0 41 453 116 46
Binary 10101001 10101 10101100 10 1011000 0 100001 100101011 1001110 100110

Color Harmonies of #A915AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A915AC

Black with #A915AC

Text Example


Text Example

White with #A915AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A915AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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