#AC4EAB

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

Shades of Violet Blue #AC4EAB

Tints of Violet Blue #AC4EAB

Color information

#AC4EAB (or 0xAC4EAB) is unknown color: approx Violet Blue. HEX triplet: AC, 4E and AB. RGB value is (172,78,171). Sum of RGB (Red+Green+Blue) = 172+78+171=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 78 (30.86% from 255 or 18.53% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC4EAB is #53B154. Grayscale: #747474. Windows color (decimal): -5484885 or 11226796. OLE color: 11226796.

HSL color Cylindrical-coordinate representation of color #AC4EAB: hue angle of 300.64º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC4EAB is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB17278171-
CMYK00.550.010.33
HSL300.64º37.6%49.02%-
HSV(B)300.64º54.65%67.45%-
XYZ27.0917.1640.41-
YUV116.71158.64167.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.86%
GREEN value IS 78 (30.86% from 255) = 18.53%
BLUE value IS 171 (67.19% from 255) = 40.62%
R=40.86%
G=18.53%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727817100.550.010.33300.6437.649.02
HexAC4EAB03712112d2631
Octal2541162530671414554661
Binary1010110010011101010101101101111100001100101101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4EAB; }

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

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

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

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

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

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

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

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