#AC6196

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

Shades of Violet Blue #AC6196

Tints of Violet Blue #AC6196

Color information

#AC6196 (or 0xAC6196) is unknown color: approx Violet Blue. HEX triplet: AC, 61 and 96. RGB value is (172,97,150). Sum of RGB (Red+Green+Blue) = 172+97+150=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6196 is #539E69. Grayscale: #7D7D7D. Windows color (decimal): -5480042 or 9855404. OLE color: 9855404.

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

Color convert

RGB17297150-
CMYK00.440.130.33
HSL317.6º31.12%52.75%-
HSV(B)317.6º43.6%67.45%-
XYZ26.7919.5231.21-
YUV125.47141.85161.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.05%
GREEN value IS 97 (38.28% from 255) = 23.15%
BLUE value IS 150 (58.98% from 255) = 35.80%
R=41.05%
G=23.15%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729715000.440.130.33317.631.1252.75
HexAC619602CD2113e1f35
Octal25414122605415414763765
Binary101011001100001100101100101100110110000110011111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6196; }

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

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

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

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

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

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

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

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