#AC58AE

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

Shades of Violet Blue #AC58AE

Tints of Violet Blue #AC58AE

Color information

#AC58AE (or 0xAC58AE) is unknown color: approx Violet Blue. HEX triplet: AC, 58 and AE. RGB value is (172,88,174). Sum of RGB (Red+Green+Blue) = 172+88+174=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC58AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC58AE is #53A751. Grayscale: #7A7A7A. Windows color (decimal): -5482322 or 11425964. OLE color: 11425964.

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

Color convert

RGB17288174-
CMYK0.010.4900.32
HSL298.6º34.68%51.37%-
HSV(B)298.6º49.43%68.24%-
XYZ28.1418.8142.19-
YUV122.92156.83163.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.63%
GREEN value IS 88 (34.77% from 255) = 20.28%
BLUE value IS 174 (68.36% from 255) = 40.09%
R=39.63%
G=20.28%
B=40.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172881740.010.4900.32298.634.6851.37
HexAC58AE13102012b2333
Octal2541302561610404534363
Binary1010110010110001010111011100010100000100101011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC58AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC58AE; }

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

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

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

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

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

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

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

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