Html Css Color HEX #AC12BC Deep Magenta

📋 copy color: '#AC12BC'

red 172 ◦ green 18 ◦ blue 188

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

Shades of Deep Magenta #AC12BC

Tints of Deep Magenta #AC12BC

RGB

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

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

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

R = 45.5%
G = 4.76%
B = 49.74%

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

#AC12BC (or 0xAC12BC) is known color: Deep Magenta. HEX triplet: AC, 12 and BC. RGB value is (172,18,188). Sum of RGB (Red+Green+Blue) = 172+18+188=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 18 (7.42% from 255 or 4.76% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC12BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC12BC is #53ED43. Grayscale: #525252. Windows color (decimal): -5500228 or 12325548. OLE color: 12325548.

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

Color convert

RGB 172 18 188 -
CMYK 0.09 0.90 0 0.26
HSL 294.35º 0.83% 0.4% -
HSV(B) 294.35º 0.9% 0.74% -
XYZ 26.31 12.83 48.67 -
YUV 83.43 187.02 191.18 -
System Red Green Blue C M Y K H S L
Decimal 172 18 188 0.09 0.90 0 0.26 294.35 0.83 0.4
Hex AC 12 BC 9 5A 0 1A 126 53 28
Octal 254 22 274 11 132 0 32 446 123 50
Binary 10101100 10010 10111100 1001 1011010 0 11010 100100110 1010011 101000

Color Harmonies of #AC12BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC12BC

Black with #AC12BC

Text Example


Text Example

White with #AC12BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC12BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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