#AC59B2

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

Shades of Violet Blue #AC59B2

Tints of Violet Blue #AC59B2

Color information

#AC59B2 (or 0xAC59B2) is unknown color: approx Violet Blue. HEX triplet: AC, 59 and B2. RGB value is (172,89,178). Sum of RGB (Red+Green+Blue) = 172+89+178=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 178 - color contains mainly: blue. Hex color #AC59B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC59B2 is #53A64D. Grayscale: #7B7B7B. Windows color (decimal): -5482062 or 11688364. OLE color: 11688364.

HSL color Cylindrical-coordinate representation of color #AC59B2: hue angle of 295.96º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC59B2 is Cyan = 0.03, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17289178-
CMYK0.030.500.30
HSL295.96º36.63%52.35%-
HSV(B)295.96º50%69.8%-
XYZ28.6219.1344.3-
YUV123.96158.5162.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.18%
GREEN value IS 89 (35.16% from 255) = 20.27%
BLUE value IS 178 (69.92% from 255) = 40.55%
R=39.18%
G=20.27%
B=40.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal172891780.030.500.30295.9636.6352.35
HexAC59B233201E1282534
Octal2541312623620364504564
Binary1010110010110011011001011110010011110100101000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC59B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC59B2; }

 p { color: rgb(172,89,178); }

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

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

 a { background-color: rgb(172,89,178); }

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

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

 span { border-color: rgb(172,89,178); }

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