#AC68AE

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

Shades of Violet Blue #AC68AE

Tints of Violet Blue #AC68AE

Color information

#AC68AE (or 0xAC68AE) is unknown color: approx Violet Blue. HEX triplet: AC, 68 and AE. RGB value is (172,104,174). Sum of RGB (Red+Green+Blue) = 172+104+174=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC68AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC68AE is #539751. Grayscale: #848484. Windows color (decimal): -5478226 or 11430060. OLE color: 11430060.

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

Color convert

RGB172104174-
CMYK0.010.4000.32
HSL298.29º30.17%54.51%-
HSV(B)298.29º40.23%68.24%-
XYZ29.621.7342.68-
YUV132.31151.53156.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.22%
GREEN value IS 104 (41.02% from 255) = 23.11%
BLUE value IS 174 (68.36% from 255) = 38.67%
R=38.22%
G=23.11%
B=38.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721041740.010.4000.32298.2930.1754.51
HexAC68AE12802012a1e37
Octal2541502561500404523667
Binary101011001101000101011101101000010000010010101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC68AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC68AE; }

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

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

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

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

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

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

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

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