#AC57B1

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

Shades of Violet Blue #AC57B1

Tints of Violet Blue #AC57B1

Color information

#AC57B1 (or 0xAC57B1) is unknown color: approx Violet Blue. HEX triplet: AC, 57 and B1. RGB value is (172,87,177). Sum of RGB (Red+Green+Blue) = 172+87+177=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 87 (34.38% from 255 or 19.95% from 436); Blue value is 177 (69.53% from 255 or 40.60% from 436); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC57B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC57B1 is #53A84E. Grayscale: #7A7A7A. Windows color (decimal): -5482575 or 11622316. OLE color: 11622316.

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

Color convert

RGB17287177-
CMYK0.030.5100.31
HSL296.67º36.59%51.76%-
HSV(B)296.67º50.85%69.41%-
XYZ28.3618.7643.72-
YUV122.67158.66163.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.45%
GREEN value IS 87 (34.38% from 255) = 19.95%
BLUE value IS 177 (69.53% from 255) = 40.60%
R=39.45%
G=19.95%
B=40.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172871770.030.5100.31296.6736.5951.76
HexAC57B133301F1292534
Octal2541272613630374514564
Binary1010110010101111011000111110011011111100101001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC57B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC57B1; }

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

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

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

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

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

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

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

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