#AC49AE

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

Shades of Violet Blue #AC49AE

Tints of Violet Blue #AC49AE

Color information

#AC49AE (or 0xAC49AE) is unknown color: approx Violet Blue. HEX triplet: AC, 49 and AE. RGB value is (172,73,174). Sum of RGB (Red+Green+Blue) = 172+73+174=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC49AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC49AE is #53B651. Grayscale: #717171. Windows color (decimal): -5486162 or 11422124. OLE color: 11422124.

HSL color Cylindrical-coordinate representation of color #AC49AE: hue angle of 298.81º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC49AE is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17273174-
CMYK0.010.5800.32
HSL298.81º40.89%48.43%-
HSV(B)298.81º58.05%68.24%-
XYZ27.0416.5941.82-
YUV114.12161.8169.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.05%
GREEN value IS 73 (28.91% from 255) = 17.42%
BLUE value IS 174 (68.36% from 255) = 41.53%
R=41.05%
G=17.42%
B=41.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172731740.010.5800.32298.8140.8948.43
HexAC49AE13A02012b2930
Octal2541112561720404535160
Binary1010110010010011010111011110100100000100101011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC49AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC49AE; }

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

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

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

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

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

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

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

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