#ac6c9f

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

Shades of Violet Blue #AC6C9F

Tints of Violet Blue #AC6C9F

Color information

#AC6C9F (or 0xAC6C9F) is unknown color: approx Violet Blue. HEX triplet: AC, 6C and 9F. RGB value is (172,108,159). Sum of RGB (Red+Green+Blue) = 172+108+159=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 159 (62.5% from 255 or 36.22% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6C9F is #539360. Grayscale: #848484. Windows color (decimal): -5477217 or 10448044. OLE color: 10448044.

HSL color Cylindrical-coordinate representation of color #AC6C9F: hue angle of 312.19º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC6C9F is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB172108159-
CMYK00.370.080.33
HSL312.19º27.83%54.9%-
HSV(B)312.19º37.21%67.45%-
XYZ28.632235.54-
YUV132.95142.7155.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.18%
GREEN value IS 108 (42.58% from 255) = 24.60%
BLUE value IS 159 (62.5% from 255) = 36.22%
R=39.18%
G=24.60%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210815900.370.080.33312.1927.8354.9
HexAC6C9F0258211381c37
Octal25415423704510414703467
Binary101011001101100100111110100101100010000110011100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac6c9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac6c9f; }

 p { color: rgb(172,108,159); }

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

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

 a { background-color: rgb(172,108,159); }

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

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

 span { border-color: rgb(172,108,159); }

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