#AC49AC

Color #AC49AC Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #AC49AC

Tints of Violet Blue #AC49AC

Color information

#AC49AC (or 0xAC49AC) is unknown color: approx Violet Blue. HEX triplet: AC, 49 and AC. RGB value is (172,73,172). Sum of RGB (Red+Green+Blue) = 172+73+172=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC49AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC49AC is #53B653. Grayscale: #717171. Windows color (decimal): -5486164 or 11291052. OLE color: 11291052.

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

Color convert

RGB17273172-
CMYK00.5800.33
HSL300º40.41%48.04%-
HSV(B)300º57.56%67.45%-
XYZ26.8416.5140.8-
YUV113.89160.8169.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.25%
GREEN value IS 73 (28.91% from 255) = 17.51%
BLUE value IS 172 (67.58% from 255) = 41.25%
R=41.25%
G=17.51%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727317200.5800.3330040.4148.04
HexAC49AC03A02112c2830
Octal2541112540720414545060
Binary1010110010010011010110001110100100001100101100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC49AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC49AC; }

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

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

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

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

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

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

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

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