#AC60AE

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

Shades of Violet Blue #AC60AE

Tints of Violet Blue #AC60AE

Color information

#AC60AE (or 0xAC60AE) is unknown color: approx Violet Blue. HEX triplet: AC, 60 and AE. RGB value is (172,96,174). Sum of RGB (Red+Green+Blue) = 172+96+174=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC60AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC60AE is #539F51. Grayscale: #7F7F7F. Windows color (decimal): -5480274 or 11428012. OLE color: 11428012.

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

Color convert

RGB17296174-
CMYK0.010.4500.32
HSL298.46º32.5%52.94%-
HSV(B)298.46º44.83%68.24%-
XYZ28.8420.1942.42-
YUV127.62154.18159.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.91%
GREEN value IS 96 (37.89% from 255) = 21.72%
BLUE value IS 174 (68.36% from 255) = 39.37%
R=38.91%
G=21.72%
B=39.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172961740.010.4500.32298.4632.552.94
HexAC60AE12D02012a2035
Octal2541402561550404524065
Binary1010110011000001010111011011010100000100101010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC60AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC60AE; }

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

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

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

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

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

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

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

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