Html Css Color HEX #AC11BC Deep Magenta

📋 copy color: '#AC11BC'

red 172 ◦ green 17 ◦ blue 188

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

Shades of Deep Magenta #AC11BC

Tints of Deep Magenta #AC11BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.87%

R = 45.62%
G = 4.51%
B = 49.87%

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

#AC11BC (or 0xAC11BC) is known color: Deep Magenta. HEX triplet: AC, 11 and BC. RGB value is (172,17,188). Sum of RGB (Red+Green+Blue) = 172+17+188=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 17 (7.03% from 255 or 4.51% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC11BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC11BC is #53EE43. Grayscale: #525252. Windows color (decimal): -5500484 or 12325292. OLE color: 12325292.

HSL color Cylindrical-coordinate representation of color #AC11BC: hue angle of 294.39º 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 #AC11BC is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 17 188 -
CMYK 0.09 0.91 0 0.26
HSL 294.39º 0.83% 0.4% -
HSV(B) 294.39º 0.91% 0.74% -
XYZ 26.29 12.8 48.66 -
YUV 82.84 187.35 191.6 -
System Red Green Blue C M Y K H S L
Decimal 172 17 188 0.09 0.91 0 0.26 294.39 0.83 0.4
Hex AC 11 BC 9 5B 0 1A 126 53 28
Octal 254 21 274 11 133 0 32 446 123 50
Binary 10101100 10001 10111100 1001 1011011 0 11010 100100110 1010011 101000

Color Harmonies of #AC11BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC11BC

Black with #AC11BC

Text Example


Text Example

White with #AC11BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC11BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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