Html Css Color HEX #AC11BD Deep Magenta

📋 copy color: '#AC11BD'

red 172 ◦ green 17 ◦ blue 189

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

Shades of Deep Magenta #AC11BD

Tints of Deep Magenta #AC11BD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.5%

 BLUE value IS 189 (74.22% from 255) = 50%

R = 45.5%
G = 4.5%
B = 50%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC11BD (or 0xAC11BD) is known color: Deep Magenta. HEX triplet: AC, 11 and BD. RGB value is (172,17,189). Sum of RGB (Red+Green+Blue) = 172+17+189=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 17 (7.03% from 255 or 4.50% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC11BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC11BD is #53EE42. Grayscale: #525252. Windows color (decimal): -5500483 or 12390828. OLE color: 12390828.

HSL color Cylindrical-coordinate representation of color #AC11BD: hue angle of 294.07º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC11BD is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 17 189 -
CMYK 0.09 0.91 0 0.26
HSL 294.07º 0.83% 0.4% -
HSV(B) 294.07º 0.91% 0.74% -
XYZ 26.4 12.85 49.23 -
YUV 82.95 187.85 191.51 -
System Red Green Blue C M Y K H S L
Decimal 172 17 189 0.09 0.91 0 0.26 294.07 0.83 0.4
Hex AC 11 BD 9 5B 0 1A 126 53 28
Octal 254 21 275 11 133 0 32 446 123 50
Binary 10101100 10001 10111101 1001 1011011 0 11010 100100110 1010011 101000

Color Harmonies of #AC11BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC11BD

Black with #AC11BD

Text Example


Text Example

White with #AC11BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC11BD; }

 p { color: rgb(172,17,189); }

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

background-color css

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

 a { background-color: rgb(172,17,189); }

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

border-color css

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

 span { border-color: rgb(172,17,189); }

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