#AC5AAE

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

Shades of Violet Blue #AC5AAE

Tints of Violet Blue #AC5AAE

Color information

#AC5AAE (or 0xAC5AAE) is unknown color: approx Violet Blue. HEX triplet: AC, 5A and AE. RGB value is (172,90,174). Sum of RGB (Red+Green+Blue) = 172+90+174=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC5AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5AAE is #53A551. Grayscale: #7B7B7B. Windows color (decimal): -5481810 or 11426476. OLE color: 11426476.

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

Color convert

RGB17290174-
CMYK0.010.4800.32
HSL298.57º34.15%51.76%-
HSV(B)298.57º48.28%68.24%-
XYZ28.3119.1442.25-
YUV124.09156.17162.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.45%
GREEN value IS 90 (35.55% from 255) = 20.64%
BLUE value IS 174 (68.36% from 255) = 39.91%
R=39.45%
G=20.64%
B=39.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172901740.010.4800.32298.5734.1551.76
HexAC5AAE13002012b2234
Octal2541322561600404534264
Binary1010110010110101010111011100000100000100101011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5AAE; }

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

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

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

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

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

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

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

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