Html Css Color HEX #AC0FAC Deep Magenta

📋 copy color: '#AC0FAC'

red 172 ◦ green 15 ◦ blue 172

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

Shades of Deep Magenta #AC0FAC

Tints of Deep Magenta #AC0FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.18%

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

R = 47.91%
G = 4.18%
B = 47.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC0FAC (or 0xAC0FAC) is known color: Deep Magenta. HEX triplet: AC, 0F and AC. RGB value is (172,15,172). Sum of RGB (Red+Green+Blue) = 172+15+172=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 15 (6.25% from 255 or 4.18% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC0FAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0FAC is #53F053. Grayscale: #4F4F4F. Windows color (decimal): -5501012 or 11276204. OLE color: 11276204.

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

Color convert

RGB 172 15 172 -
CMYK 0 0.91 0 0.33
HSL 300º 0.84% 0.37% -
HSV(B) 300º 0.91% 0.67% -
XYZ 24.63 12.09 40.07 -
YUV 79.84 180.01 193.73 -
System Red Green Blue C M Y K H S L
Decimal 172 15 172 0 0.91 0 0.33 300 0.84 0.37
Hex AC F AC 0 5B 0 21 12C 54 25
Octal 254 17 254 0 133 0 41 454 124 45
Binary 10101100 1111 10101100 0 1011011 0 100001 100101100 1010100 100101

Color Harmonies of #AC0FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0FAC

Black with #AC0FAC

Text Example


Text Example

White with #AC0FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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