Html Css Color HEX #AC07BA Deep Magenta

📋 copy color: '#AC07BA'

red 172 ◦ green 7 ◦ blue 186

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

Shades of Deep Magenta #AC07BA

Tints of Deep Magenta #AC07BA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.92%

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

R = 47.12%
G = 1.92%
B = 50.96%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC07BA (or 0xAC07BA) is known color: Deep Magenta. HEX triplet: AC, 07 and BA. RGB value is (172,7,186). Sum of RGB (Red+Green+Blue) = 172+7+186=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 7 (3.12% from 255 or 1.92% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC07BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC07BA is #53F845. Grayscale: #4C4C4C. Windows color (decimal): -5503046 or 12191660. OLE color: 12191660.

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

Color convert

RGB 172 7 186 -
CMYK 0.08 0.96 0 0.27
HSL 295.31º 0.93% 0.38% -
HSV(B) 295.31º 0.96% 0.73% -
XYZ 25.95 12.47 47.49 -
YUV 76.74 189.66 195.95 -
System Red Green Blue C M Y K H S L
Decimal 172 7 186 0.08 0.96 0 0.27 295.31 0.93 0.38
Hex AC 7 BA 8 60 0 1B 127 5D 26
Octal 254 7 272 10 140 0 33 447 135 46
Binary 10101100 111 10111010 1000 1100000 0 11011 100100111 1011101 100110

Color Harmonies of #AC07BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC07BA

Black with #AC07BA

Text Example


Text Example

White with #AC07BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC07BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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