Html Css Color HEX #AC0EBC Deep Magenta

📋 copy color: '#AC0EBC'

red 172 ◦ green 14 ◦ blue 188

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

Shades of Deep Magenta #AC0EBC

Tints of Deep Magenta #AC0EBC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.74%

 BLUE value IS 188 (73.83% from 255) = 50.27%

R = 45.99%
G = 3.74%
B = 50.27%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC0EBC (or 0xAC0EBC) is known color: Deep Magenta. HEX triplet: AC, 0E and BC. RGB value is (172,14,188). Sum of RGB (Red+Green+Blue) = 172+14+188=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 14 (5.86% from 255 or 3.74% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC0EBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0EBC is #53F143. Grayscale: #505050. Windows color (decimal): -5501252 or 12324524. OLE color: 12324524.

HSL color Cylindrical-coordinate representation of color #AC0EBC: hue angle of 294.48º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0EBC is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 14 188 -
CMYK 0.09 0.93 0 0.26
HSL 294.48º 0.86% 0.4% -
HSV(B) 294.48º 0.93% 0.74% -
XYZ 26.25 12.72 48.65 -
YUV 81.08 188.35 192.85 -
System Red Green Blue C M Y K H S L
Decimal 172 14 188 0.09 0.93 0 0.26 294.48 0.86 0.4
Hex AC E BC 9 5D 0 1A 126 56 28
Octal 254 16 274 11 135 0 32 446 126 50
Binary 10101100 1110 10111100 1001 1011101 0 11010 100100110 1010110 101000

Color Harmonies of #AC0EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0EBC

Black with #AC0EBC

Text Example


Text Example

White with #AC0EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0EBC; }

 p { color: rgb(172,14,188); }

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

background-color css

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

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

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

border-color css

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

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

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