#AC55AF

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

Shades of Violet Blue #AC55AF

Tints of Violet Blue #AC55AF

Color information

#AC55AF (or 0xAC55AF) is unknown color: approx Violet Blue. HEX triplet: AC, 55 and AF. RGB value is (172,85,175). Sum of RGB (Red+Green+Blue) = 172+85+175=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC55AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC55AF is #53AA50. Grayscale: #797979. Windows color (decimal): -5483089 or 11490732. OLE color: 11490732.

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

Color convert

RGB17285175-
CMYK0.020.5100.31
HSL298º36%50.98%-
HSV(B)298º51.43%68.63%-
XYZ2818.3642.63-
YUV121.27158.32164.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.81%
GREEN value IS 85 (33.59% from 255) = 19.68%
BLUE value IS 175 (68.75% from 255) = 40.51%
R=39.81%
G=19.68%
B=40.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172851750.020.5100.312983650.98
HexAC55AF23301F12a2433
Octal2541252572630374524463
Binary1010110010101011010111110110011011111100101010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC55AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC55AF; }

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

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

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

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

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

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

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

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