Html Css Color HEX #AC09AC Deep Magenta

📋 copy color: '#AC09AC'

red 172 ◦ green 9 ◦ blue 172

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

Shades of Deep Magenta #AC09AC

Tints of Deep Magenta #AC09AC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.55%

 BLUE value IS 172 (67.58% from 255) = 48.73%

R = 48.73%
G = 2.55%
B = 48.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC09AC (or 0xAC09AC) is known color: Deep Magenta. HEX triplet: AC, 09 and AC. RGB value is (172,9,172). Sum of RGB (Red+Green+Blue) = 172+9+172=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC09AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC09AC is #53F653. Grayscale: #4B4B4B. Windows color (decimal): -5502548 or 11274668. OLE color: 11274668.

HSL color Cylindrical-coordinate representation of color #AC09AC: hue angle of 300º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC09AC is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 9 172 -
CMYK 0 0.95 0 0.33
HSL 300º 0.9% 0.35% -
HSV(B) 300º 0.95% 0.67% -
XYZ 24.56 11.94 40.04 -
YUV 76.32 182 196.25 -
System Red Green Blue C M Y K H S L
Decimal 172 9 172 0 0.95 0 0.33 300 0.9 0.35
Hex AC 9 AC 0 5F 0 21 12C 5A 23
Octal 254 11 254 0 137 0 41 454 132 43
Binary 10101100 1001 10101100 0 1011111 0 100001 100101100 1011010 100011

Color Harmonies of #AC09AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC09AC

Black with #AC09AC

Text Example


Text Example

White with #AC09AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC09AC; }

 p { color: rgb(172,9,172); }

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

background-color css

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

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

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

border-color css

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

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

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