Html Css Color HEX #AC12BB Deep Magenta

📋 copy color: '#AC12BB'

red 172 ◦ green 18 ◦ blue 187

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

Shades of Deep Magenta #AC12BB

Tints of Deep Magenta #AC12BB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.77%

 BLUE value IS 187 (73.44% from 255) = 49.6%

R = 45.62%
G = 4.77%
B = 49.6%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC12BB (or 0xAC12BB) is known color: Deep Magenta. HEX triplet: AC, 12 and BB. RGB value is (172,18,187). Sum of RGB (Red+Green+Blue) = 172+18+187=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC12BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC12BB is #53ED44. Grayscale: #525252. Windows color (decimal): -5500229 or 12260012. OLE color: 12260012.

HSL color Cylindrical-coordinate representation of color #AC12BB: hue angle of 294.67º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC12BB is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 18 187 -
CMYK 0.08 0.90 0 0.27
HSL 294.67º 0.82% 0.4% -
HSV(B) 294.67º 0.9% 0.73% -
XYZ 26.2 12.79 48.1 -
YUV 83.31 186.52 191.26 -
System Red Green Blue C M Y K H S L
Decimal 172 18 187 0.08 0.90 0 0.27 294.67 0.82 0.4
Hex AC 12 BB 8 5A 0 1B 127 52 28
Octal 254 22 273 10 132 0 33 447 122 50
Binary 10101100 10010 10111011 1000 1011010 0 11011 100100111 1010010 101000

Color Harmonies of #AC12BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC12BB

Black with #AC12BB

Text Example


Text Example

White with #AC12BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC12BB; }

 p { color: rgb(172,18,187); }

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

background-color css

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

 a { background-color: rgb(172,18,187); }

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

border-color css

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

 span { border-color: rgb(172,18,187); }

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