#AC57AF

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

Shades of Violet Blue #AC57AF

Tints of Violet Blue #AC57AF

Color information

#AC57AF (or 0xAC57AF) is unknown color: approx Violet Blue. HEX triplet: AC, 57 and AF. RGB value is (172,87,175). Sum of RGB (Red+Green+Blue) = 172+87+175=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 87 (34.38% from 255 or 20.05% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC57AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC57AF is #53A850. Grayscale: #7A7A7A. Windows color (decimal): -5482577 or 11491244. OLE color: 11491244.

HSL color Cylindrical-coordinate representation of color #AC57AF: hue angle of 297.95º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC57AF is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17287175-
CMYK0.020.5000.31
HSL297.95º35.48%51.37%-
HSV(B)297.95º50.29%68.63%-
XYZ28.1618.6842.68-
YUV122.45157.66163.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.63%
GREEN value IS 87 (34.38% from 255) = 20.05%
BLUE value IS 175 (68.75% from 255) = 40.32%
R=39.63%
G=20.05%
B=40.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172871750.020.5000.31297.9535.4851.37
HexAC57AF23201F12a2333
Octal2541272572620374524363
Binary1010110010101111010111110110010011111100101010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC57AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC57AF; }

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

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

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

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

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

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

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

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