#AC6499

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

Shades of Violet Blue #AC6499

Tints of Violet Blue #AC6499

Color information

#AC6499 (or 0xAC6499) is unknown color: approx Violet Blue. HEX triplet: AC, 64 and 99. RGB value is (172,100,153). Sum of RGB (Red+Green+Blue) = 172+100+153=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6499 is #539B66. Grayscale: #7F7F7F. Windows color (decimal): -5479271 or 10052780. OLE color: 10052780.

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

Color convert

RGB172100153-
CMYK00.420.110.33
HSL315.83º30.25%53.33%-
HSV(B)315.83º41.86%67.45%-
XYZ27.3220.1832.59-
YUV127.57142.35159.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.47%
GREEN value IS 100 (39.45% from 255) = 23.53%
BLUE value IS 153 (60.16% from 255) = 36%
R=40.47%
G=23.53%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210015300.420.110.33315.8330.2553.33
HexAC649902AB2113c1e35
Octal25414423105213414743665
Binary101011001100100100110010101010101110000110011110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6499; }

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

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

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

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

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

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

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

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