Html Css Color HEX #AC10BB Deep Magenta

📋 copy color: '#AC10BB'

red 172 ◦ green 16 ◦ blue 187

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

Shades of Deep Magenta #AC10BB

Tints of Deep Magenta #AC10BB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.27%

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

R = 45.87%
G = 4.27%
B = 49.87%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC10BB (or 0xAC10BB) is known color: Deep Magenta. HEX triplet: AC, 10 and BB. RGB value is (172,16,187). Sum of RGB (Red+Green+Blue) = 172+16+187=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 16 (6.64% from 255 or 4.27% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC10BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC10BB is #53EF44. Grayscale: #515151. Windows color (decimal): -5500741 or 12259500. OLE color: 12259500.

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

Color convert

RGB 172 16 187 -
CMYK 0.08 0.91 0 0.27
HSL 294.74º 0.84% 0.4% -
HSV(B) 294.74º 0.91% 0.73% -
XYZ 26.17 12.73 48.09 -
YUV 82.14 187.18 192.1 -
System Red Green Blue C M Y K H S L
Decimal 172 16 187 0.08 0.91 0 0.27 294.74 0.84 0.4
Hex AC 10 BB 8 5B 0 1B 127 54 28
Octal 254 20 273 10 133 0 33 447 124 50
Binary 10101100 10000 10111011 1000 1011011 0 11011 100100111 1010100 101000

Color Harmonies of #AC10BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC10BB

Black with #AC10BB

Text Example


Text Example

White with #AC10BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC10BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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