Html Css Color HEX #AC12BD Deep Magenta

📋 copy color: '#AC12BD'

red 172 ◦ green 18 ◦ blue 189

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

Shades of Deep Magenta #AC12BD

Tints of Deep Magenta #AC12BD

RGB

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

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

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

R = 45.38%
G = 4.75%
B = 49.87%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC12BD (or 0xAC12BD) is known color: Deep Magenta. HEX triplet: AC, 12 and BD. RGB value is (172,18,189). Sum of RGB (Red+Green+Blue) = 172+18+189=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 18 (7.42% from 255 or 4.75% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC12BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC12BD is #53ED42. Grayscale: #535353. Windows color (decimal): -5500227 or 12391084. OLE color: 12391084.

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

Color convert

RGB 172 18 189 -
CMYK 0.09 0.90 0 0.26
HSL 294.04º 0.83% 0.41% -
HSV(B) 294.04º 0.9% 0.74% -
XYZ 26.41 12.88 49.24 -
YUV 83.54 187.52 191.1 -
System Red Green Blue C M Y K H S L
Decimal 172 18 189 0.09 0.90 0 0.26 294.04 0.83 0.41
Hex AC 12 BD 9 5A 0 1A 126 53 29
Octal 254 22 275 11 132 0 32 446 123 51
Binary 10101100 10010 10111101 1001 1011010 0 11010 100100110 1010011 101001

Color Harmonies of #AC12BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC12BD

Black with #AC12BD

Text Example


Text Example

White with #AC12BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC12BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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