#AC5CAE

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

Shades of Violet Blue #AC5CAE

Tints of Violet Blue #AC5CAE

Color information

#AC5CAE (or 0xAC5CAE) is unknown color: approx Violet Blue. HEX triplet: AC, 5C and AE. RGB value is (172,92,174). Sum of RGB (Red+Green+Blue) = 172+92+174=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC5CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5CAE is #53A351. Grayscale: #7D7D7D. Windows color (decimal): -5481298 or 11426988. OLE color: 11426988.

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

Color convert

RGB17292174-
CMYK0.010.4700.32
HSL298.54º33.61%52.16%-
HSV(B)298.54º47.13%68.24%-
XYZ28.4819.4842.3-
YUV125.27155.5161.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.27%
GREEN value IS 92 (36.33% from 255) = 21.00%
BLUE value IS 174 (68.36% from 255) = 39.73%
R=39.27%
G=21.00%
B=39.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172921740.010.4700.32298.5433.6152.16
HexAC5CAE12F02012b2234
Octal2541342561570404534264
Binary1010110010111001010111011011110100000100101011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5CAE; }

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

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

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

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

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

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

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

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