#AC5496

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

Shades of Violet Blue #AC5496

Tints of Violet Blue #AC5496

Color information

#AC5496 (or 0xAC5496) is unknown color: approx Violet Blue. HEX triplet: AC, 54 and 96. RGB value is (172,84,150). Sum of RGB (Red+Green+Blue) = 172+84+150=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5496 is #53AB69. Grayscale: #757575. Windows color (decimal): -5483370 or 9852076. OLE color: 9852076.

HSL color Cylindrical-coordinate representation of color #AC5496: hue angle of 315º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC5496 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB17284150-
CMYK00.510.130.33
HSL315º34.65%50.2%-
HSV(B)315º51.16%67.45%-
XYZ25.6917.3130.84-
YUV117.84146.15166.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.36%
GREEN value IS 84 (33.20% from 255) = 20.69%
BLUE value IS 150 (58.98% from 255) = 36.95%
R=42.36%
G=20.69%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728415000.510.130.3331534.6550.2
HexAC5496033D2113b2332
Octal25412422606315414734362
Binary1010110010101001001011001100111101100001100111011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5496; }

 p { color: rgb(172,84,150); }

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

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

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

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

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

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

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