Html Css Color HEX #AC06BA Deep Magenta

📋 copy color: '#AC06BA'

red 172 ◦ green 6 ◦ blue 186

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

Shades of Deep Magenta #AC06BA

Tints of Deep Magenta #AC06BA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.65%

 BLUE value IS 186 (73.05% from 255) = 51.1%

R = 47.25%
G = 1.65%
B = 51.1%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC06BA (or 0xAC06BA) is known color: Deep Magenta. HEX triplet: AC, 06 and BA. RGB value is (172,6,186). Sum of RGB (Red+Green+Blue) = 172+6+186=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 6 (2.73% from 255 or 1.65% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC06BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC06BA is #53F945. Grayscale: #4B4B4B. Windows color (decimal): -5503302 or 12191404. OLE color: 12191404.

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

Color convert

RGB 172 6 186 -
CMYK 0.08 0.97 0 0.27
HSL 295.33º 0.94% 0.38% -
HSV(B) 295.33º 0.97% 0.73% -
XYZ 25.94 12.45 47.49 -
YUV 76.15 190 196.36 -
System Red Green Blue C M Y K H S L
Decimal 172 6 186 0.08 0.97 0 0.27 295.33 0.94 0.38
Hex AC 6 BA 8 61 0 1B 127 5E 26
Octal 254 6 272 10 141 0 33 447 136 46
Binary 10101100 110 10111010 1000 1100001 0 11011 100100111 1011110 100110

Color Harmonies of #AC06BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC06BA

Black with #AC06BA

Text Example


Text Example

White with #AC06BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC06BA; }

 p { color: rgb(172,6,186); }

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

background-color css

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

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

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

border-color css

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

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

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