#AC58AD

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

Shades of Violet Blue #AC58AD

Tints of Violet Blue #AC58AD

Color information

#AC58AD (or 0xAC58AD) is unknown color: approx Violet Blue. HEX triplet: AC, 58 and AD. RGB value is (172,88,173). Sum of RGB (Red+Green+Blue) = 172+88+173=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC58AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC58AD is #53A752. Grayscale: #7A7A7A. Windows color (decimal): -5482323 or 11360428. OLE color: 11360428.

HSL color Cylindrical-coordinate representation of color #AC58AD: hue angle of 299.29º degrees, saturation: 0.34, 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 #AC58AD is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17288173-
CMYK0.010.4900.32
HSL299.29º34.14%51.18%-
HSV(B)299.29º49.13%67.84%-
XYZ28.0518.7741.68-
YUV122.81156.33163.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.72%
GREEN value IS 88 (34.77% from 255) = 20.32%
BLUE value IS 173 (67.97% from 255) = 39.95%
R=39.72%
G=20.32%
B=39.95%

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
Decimal172881730.010.4900.32299.2934.1451.18
HexAC58AD13102012b2233
Octal2541302551610404534263
Binary1010110010110001010110111100010100000100101011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC58AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC58AD; }

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

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

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

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

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

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

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

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