#AC6099

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

Shades of Violet Blue #AC6099

Tints of Violet Blue #AC6099

Color information

#AC6099 (or 0xAC6099) is unknown color: approx Violet Blue. HEX triplet: AC, 60 and 99. RGB value is (172,96,153). Sum of RGB (Red+Green+Blue) = 172+96+153=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6099 is #539F66. Grayscale: #7D7D7D. Windows color (decimal): -5480295 or 10051756. OLE color: 10051756.

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

Color convert

RGB17296153-
CMYK00.440.110.33
HSL315º31.4%52.55%-
HSV(B)315º44.19%67.45%-
XYZ26.9519.4432.47-
YUV125.22143.68161.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.86%
GREEN value IS 96 (37.89% from 255) = 22.80%
BLUE value IS 153 (60.16% from 255) = 36.34%
R=40.86%
G=22.80%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729615300.440.110.3331531.452.55
HexAC609902CB2113b1f35
Octal25414023105413414733765
Binary101011001100000100110010101100101110000110011101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6099; }

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

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

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

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

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

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

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

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