#AC49AA

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

Shades of Violet Blue #AC49AA

Tints of Violet Blue #AC49AA

Color information

#AC49AA (or 0xAC49AA) is unknown color: approx Violet Blue. HEX triplet: AC, 49 and AA. RGB value is (172,73,170). Sum of RGB (Red+Green+Blue) = 172+73+170=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC49AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC49AA is #53B655. Grayscale: #717171. Windows color (decimal): -5486166 or 11159980. OLE color: 11159980.

HSL color Cylindrical-coordinate representation of color #AC49AA: hue angle of 301.21º 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 #AC49AA is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB17273170-
CMYK00.580.010.33
HSL301.21º40.41%48.04%-
HSV(B)301.21º57.56%67.45%-
XYZ26.6516.4439.8-
YUV113.66159.8169.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.45%
GREEN value IS 73 (28.91% from 255) = 17.59%
BLUE value IS 170 (66.80% from 255) = 40.96%
R=41.45%
G=17.59%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727317000.580.010.33301.2140.4148.04
HexAC49AA03A12112d2830
Octal2541112520721414555060
Binary1010110010010011010101001110101100001100101101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC49AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC49AA; }

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

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

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

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

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

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

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

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