Html Css Color HEX #AC08BA Deep Magenta

📋 copy color: '#AC08BA'

red 172 ◦ green 8 ◦ blue 186

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

Shades of Deep Magenta #AC08BA

Tints of Deep Magenta #AC08BA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.19%

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

R = 46.99%
G = 2.19%
B = 50.82%

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

#AC08BA (or 0xAC08BA) is known color: Deep Magenta. HEX triplet: AC, 08 and BA. RGB value is (172,8,186). Sum of RGB (Red+Green+Blue) = 172+8+186=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 8 (3.52% from 255 or 2.19% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC08BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC08BA is #53F745. Grayscale: #4C4C4C. Windows color (decimal): -5502790 or 12191916. OLE color: 12191916.

HSL color Cylindrical-coordinate representation of color #AC08BA: hue angle of 295.28º degrees, saturation: 0.92, 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 #AC08BA is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 8 186 -
CMYK 0.08 0.96 0 0.27
HSL 295.28º 0.92% 0.38% -
HSV(B) 295.28º 0.96% 0.73% -
XYZ 25.96 12.49 47.5 -
YUV 77.33 189.33 195.53 -
System Red Green Blue C M Y K H S L
Decimal 172 8 186 0.08 0.96 0 0.27 295.28 0.92 0.38
Hex AC 8 BA 8 60 0 1B 127 5C 26
Octal 254 10 272 10 140 0 33 447 134 46
Binary 10101100 1000 10111010 1000 1100000 0 11011 100100111 1011100 100110

Color Harmonies of #AC08BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC08BA

Black with #AC08BA

Text Example


Text Example

White with #AC08BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC08BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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