#AC5EB0

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

Shades of Violet Blue #AC5EB0

Tints of Violet Blue #AC5EB0

Color information

#AC5EB0 (or 0xAC5EB0) is unknown color: approx Violet Blue. HEX triplet: AC, 5E and B0. RGB value is (172,94,176). Sum of RGB (Red+Green+Blue) = 172+94+176=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 94 (37.11% from 255 or 21.27% from 442); Blue value is 176 (69.14% from 255 or 39.82% from 442); Max value from RGB is 176 - color contains mainly: blue. Hex color #AC5EB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5EB0 is #53A14F. Grayscale: #7E7E7E. Windows color (decimal): -5480784 or 11558572. OLE color: 11558572.

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

Color convert

RGB17294176-
CMYK0.020.4700.31
HSL297.07º34.17%52.94%-
HSV(B)297.07º46.59%69.02%-
XYZ28.8519.9143.4-
YUV126.67155.84160.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.91%
GREEN value IS 94 (37.11% from 255) = 21.27%
BLUE value IS 176 (69.14% from 255) = 39.82%
R=38.91%
G=21.27%
B=39.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172941760.020.4700.31297.0734.1752.94
HexAC5EB022F01F1292235
Octal2541362602570374514265
Binary1010110010111101011000010101111011111100101001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5EB0; }

 p { color: rgb(172,94,176); }

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

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

 a { background-color: rgb(172,94,176); }

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

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

 span { border-color: rgb(172,94,176); }

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