#AC5699

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

Shades of Violet Blue #AC5699

Tints of Violet Blue #AC5699

Color information

#AC5699 (or 0xAC5699) is unknown color: approx Violet Blue. HEX triplet: AC, 56 and 99. RGB value is (172,86,153). Sum of RGB (Red+Green+Blue) = 172+86+153=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5699 is #53A966. Grayscale: #777777. Windows color (decimal): -5482855 or 10049196. OLE color: 10049196.

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

Color convert

RGB17286153-
CMYK00.50.110.33
HSL313.26º34.13%50.59%-
HSV(B)313.26º50%67.45%-
XYZ26.0917.7332.18-
YUV119.35146.99165.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.85%
GREEN value IS 86 (33.98% from 255) = 20.92%
BLUE value IS 153 (60.16% from 255) = 37.23%
R=41.85%
G=20.92%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728615300.50.110.33313.2634.1350.59
HexAC5699032B211392233
Octal25412623106213414714263
Binary1010110010101101001100101100101011100001100111001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5699; }

 p { color: rgb(172,86,153); }

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

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

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

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

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

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

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