Html Css Color HEX #AC15BA Deep Magenta

📋 copy color: '#AC15BA'

red 172 ◦ green 21 ◦ blue 186

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

Shades of Deep Magenta #AC15BA

Tints of Deep Magenta #AC15BA

RGB

 RED value IS 172 (67.58% from 255) = 45.38%

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

 BLUE value IS 186 (73.05% from 255) = 49.08%

R = 45.38%
G = 5.54%
B = 49.08%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC15BA (or 0xAC15BA) is known color: Deep Magenta. HEX triplet: AC, 15 and BA. RGB value is (172,21,186). Sum of RGB (Red+Green+Blue) = 172+21+186=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC15BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC15BA is #53EA45. Grayscale: #545454. Windows color (decimal): -5499462 or 12195244. OLE color: 12195244.

HSL color Cylindrical-coordinate representation of color #AC15BA: hue angle of 294.91º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC15BA is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 21 186 -
CMYK 0.08 0.89 0 0.27
HSL 294.91º 0.8% 0.41% -
HSV(B) 294.91º 0.89% 0.73% -
XYZ 26.14 12.85 47.56 -
YUV 84.96 185.03 190.08 -
System Red Green Blue C M Y K H S L
Decimal 172 21 186 0.08 0.89 0 0.27 294.91 0.8 0.41
Hex AC 15 BA 8 59 0 1B 127 50 29
Octal 254 25 272 10 131 0 33 447 120 51
Binary 10101100 10101 10111010 1000 1011001 0 11011 100100111 1010000 101001

Color Harmonies of #AC15BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC15BA

Black with #AC15BA

Text Example


Text Example

White with #AC15BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC15BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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