#AC57B3

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

Shades of Violet Blue #AC57B3

Tints of Violet Blue #AC57B3

Color information

#AC57B3 (or 0xAC57B3) is unknown color: approx Violet Blue. HEX triplet: AC, 57 and B3. RGB value is (172,87,179). Sum of RGB (Red+Green+Blue) = 172+87+179=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 87 (34.38% from 255 or 19.86% from 438); Blue value is 179 (70.31% from 255 or 40.87% from 438); Max value from RGB is 179 - color contains mainly: blue. Hex color #AC57B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC57B3 is #53A84C. Grayscale: #7A7A7A. Windows color (decimal): -5482573 or 11753388. OLE color: 11753388.

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

Color convert

RGB17287179-
CMYK0.040.5100.30
HSL295.43º37.7%52.16%-
HSV(B)295.43º51.4%70.2%-
XYZ28.5618.8444.78-
YUV122.9159.66163.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.27%
GREEN value IS 87 (34.38% from 255) = 19.86%
BLUE value IS 179 (70.31% from 255) = 40.87%
R=39.27%
G=19.86%
B=40.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal172871790.040.5100.30295.4337.752.16
HexAC57B343301E1272634
Octal2541272634630364474664
Binary10101100101011110110011100110011011110100100111100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC57B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC57B3; }

 p { color: rgb(172,87,179); }

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

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

 a { background-color: rgb(172,87,179); }

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

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

 span { border-color: rgb(172,87,179); }

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