#AC00B1

Color #AC00B1 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #AC00B1

Tints of Deep Magenta #AC00B1

Color information

#AC00B1 (or 0xAC00B1) is unknown color: approx Deep Magenta. HEX triplet: AC, 00 and B1. RGB value is (172,0,177). Sum of RGB (Red+Green+Blue) = 172+0+177=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 177 (69.53% from 255 or 50.72% from 349); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC00B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC00B1 is #53FF4E. Grayscale: #474747. Windows color (decimal): -5504847 or 11600044. OLE color: 11600044.

HSL color Cylindrical-coordinate representation of color #AC00B1: hue angle of 298.31º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC00B1 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1720177-
CMYK0.03100.31
HSL298.31º100%34.71%-
HSV(B)298.31º100%69.41%-
XYZ24.9511.9442.59-
YUV71.61187.48199.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 177 (69.53% from 255) = 50.72%
R=49.28%
G=0%
B=50.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17201770.03100.31298.3110034.71
HexAC0B136401F12a6423
Octal2540261314403745214443
Binary101011000101100011111001000111111001010101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC00B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC00B1; }

 p { color: rgb(172,0,177); }

 H1.HeaderClassName
 {
   color: #AC00B1;
 }
 .AnyTagClassName
 {
   color: #AC00B1;
 }
</style>
background-color css

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

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

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

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

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

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