#AC49AD

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

Shades of Violet Blue #AC49AD

Tints of Violet Blue #AC49AD

Color information

#AC49AD (or 0xAC49AD) is unknown color: approx Violet Blue. HEX triplet: AC, 49 and AD. RGB value is (172,73,173). Sum of RGB (Red+Green+Blue) = 172+73+173=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC49AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC49AD is #53B652. Grayscale: #717171. Windows color (decimal): -5486163 or 11356588. OLE color: 11356588.

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

Color convert

RGB17273173-
CMYK0.010.5800.32
HSL299.4º40.65%48.24%-
HSV(B)299.4º57.8%67.84%-
XYZ26.9416.5541.31-
YUV114161.3169.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.15%
GREEN value IS 73 (28.91% from 255) = 17.46%
BLUE value IS 173 (67.97% from 255) = 41.39%
R=41.15%
G=17.46%
B=41.39%

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
Decimal172731730.010.5800.32299.440.6548.24
HexAC49AD13A02012b2930
Octal2541112551720404535160
Binary1010110010010011010110111110100100000100101011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC49AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC49AD; }

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

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

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

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

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

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

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

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