#AC6197

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

Shades of Violet Blue #AC6197

Tints of Violet Blue #AC6197

Color information

#AC6197 (or 0xAC6197) is unknown color: approx Violet Blue. HEX triplet: AC, 61 and 97. RGB value is (172,97,151). Sum of RGB (Red+Green+Blue) = 172+97+151=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6197 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6197 is #539E68. Grayscale: #7D7D7D. Windows color (decimal): -5480041 or 9920940. OLE color: 9920940.

HSL color Cylindrical-coordinate representation of color #AC6197: hue angle of 316.8º 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 #AC6197 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB17297151-
CMYK00.440.120.33
HSL316.8º31.12%52.75%-
HSV(B)316.8º43.6%67.45%-
XYZ26.8719.5531.64-
YUV125.58142.35161.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.95%
GREEN value IS 97 (38.28% from 255) = 23.10%
BLUE value IS 151 (59.38% from 255) = 35.95%
R=40.95%
G=23.10%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729715100.440.120.33316.831.1252.75
HexAC619702CC2113d1f35
Octal25414122705414414753765
Binary101011001100001100101110101100110010000110011110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6197; }

 p { color: rgb(172,97,151); }

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

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

 a { background-color: rgb(172,97,151); }

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

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

 span { border-color: rgb(172,97,151); }

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