#AC55B2

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

Shades of Violet Blue #AC55B2

Tints of Violet Blue #AC55B2

Color information

#AC55B2 (or 0xAC55B2) is unknown color: approx Violet Blue. HEX triplet: AC, 55 and B2. RGB value is (172,85,178). Sum of RGB (Red+Green+Blue) = 172+85+178=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 178 - color contains mainly: blue. Hex color #AC55B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC55B2 is #53AA4D. Grayscale: #797979. Windows color (decimal): -5483086 or 11687340. OLE color: 11687340.

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

Color convert

RGB17285178-
CMYK0.030.5200.30
HSL296.13º37.65%51.57%-
HSV(B)296.13º52.25%69.8%-
XYZ28.318.4844.2-
YUV121.62159.82163.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.54%
GREEN value IS 85 (33.59% from 255) = 19.54%
BLUE value IS 178 (69.92% from 255) = 40.92%
R=39.54%
G=19.54%
B=40.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal172851780.030.5200.30296.1337.6551.57
HexAC55B233401E1282634
Octal2541252623640364504664
Binary1010110010101011011001011110100011110100101000100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC55B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC55B2; }

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

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

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

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

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

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

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

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