#AC6396

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

Shades of Violet Blue #AC6396

Tints of Violet Blue #AC6396

Color information

#AC6396 (or 0xAC6396) is unknown color: approx Violet Blue. HEX triplet: AC, 63 and 96. RGB value is (172,99,150). Sum of RGB (Red+Green+Blue) = 172+99+150=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6396 is #539C69. Grayscale: #7E7E7E. Windows color (decimal): -5479530 or 9855916. OLE color: 9855916.

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

Color convert

RGB17299150-
CMYK00.420.130.33
HSL318.08º30.54%53.14%-
HSV(B)318.08º42.44%67.45%-
XYZ26.9819.931.27-
YUV126.64141.18160.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.86%
GREEN value IS 99 (39.06% from 255) = 23.52%
BLUE value IS 150 (58.98% from 255) = 35.63%
R=40.86%
G=23.52%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729915000.420.130.33318.0830.5453.14
HexAC639602AD2113e1f35
Octal25414322605215414763765
Binary101011001100011100101100101010110110000110011111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6396; }

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

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

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

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

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

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

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

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