#AC4EB0

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

Shades of Violet Blue #AC4EB0

Tints of Violet Blue #AC4EB0

Color information

#AC4EB0 (or 0xAC4EB0) is unknown color: approx Violet Blue. HEX triplet: AC, 4E and B0. RGB value is (172,78,176). Sum of RGB (Red+Green+Blue) = 172+78+176=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 78 (30.86% from 255 or 18.31% from 426); Blue value is 176 (69.14% from 255 or 41.31% from 426); Max value from RGB is 176 - color contains mainly: blue. Hex color #AC4EB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC4EB0 is #53B14F. Grayscale: #747474. Windows color (decimal): -5484880 or 11554476. OLE color: 11554476.

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

Color convert

RGB17278176-
CMYK0.020.5600.31
HSL297.55º38.58%49.8%-
HSV(B)297.55º55.68%69.02%-
XYZ27.5717.3542.97-
YUV117.28161.14167.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.38%
GREEN value IS 78 (30.86% from 255) = 18.31%
BLUE value IS 176 (69.14% from 255) = 41.31%
R=40.38%
G=18.31%
B=41.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172781760.020.5600.31297.5538.5849.8
HexAC4EB023801F12a2732
Octal2541162602700374524762
Binary1010110010011101011000010111000011111100101010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4EB0; }

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

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

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

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

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

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

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

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