#AC6599

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

Shades of Violet Blue #AC6599

Tints of Violet Blue #AC6599

Color information

#AC6599 (or 0xAC6599) is unknown color: approx Violet Blue. HEX triplet: AC, 65 and 99. RGB value is (172,101,153). Sum of RGB (Red+Green+Blue) = 172+101+153=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6599 is #539A66. Grayscale: #808080. Windows color (decimal): -5479015 or 10053036. OLE color: 10053036.

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

Color convert

RGB172101153-
CMYK00.410.110.33
HSL316.06º29.96%53.53%-
HSV(B)316.06º41.28%67.45%-
XYZ27.4220.3832.63-
YUV128.16142.02159.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.38%
GREEN value IS 101 (39.84% from 255) = 23.71%
BLUE value IS 153 (60.16% from 255) = 35.92%
R=40.38%
G=23.71%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210115300.410.110.33316.0629.9653.53
HexAC6599029B2113c1e36
Octal25414523105113414743666
Binary101011001100101100110010101001101110000110011110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6599; }

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

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

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

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

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

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

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

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