#AC6DAE

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

Shades of Violet Blue #AC6DAE

Tints of Violet Blue #AC6DAE

Color information

#AC6DAE (or 0xAC6DAE) is unknown color: approx Violet Blue. HEX triplet: AC, 6D and AE. RGB value is (172,109,174). Sum of RGB (Red+Green+Blue) = 172+109+174=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 109 (42.97% from 255 or 23.96% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC6DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6DAE is #539251. Grayscale: #878787. Windows color (decimal): -5476946 or 11431340. OLE color: 11431340.

HSL color Cylindrical-coordinate representation of color #AC6DAE: hue angle of 298.15º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC6DAE is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB172109174-
CMYK0.010.3700.32
HSL298.15º28.63%55.49%-
HSV(B)298.15º37.36%68.24%-
XYZ30.1222.7642.85-
YUV135.25149.87154.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.80%
GREEN value IS 109 (42.97% from 255) = 23.96%
BLUE value IS 174 (68.36% from 255) = 38.24%
R=37.80%
G=23.96%
B=38.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721091740.010.3700.32298.1528.6355.49
HexAC6DAE12502012a1d37
Octal2541552561450404523567
Binary101011001101101101011101100101010000010010101011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6DAE; }

 p { color: rgb(172,109,174); }

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

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

 a { background-color: rgb(172,109,174); }

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

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

 span { border-color: rgb(172,109,174); }

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