#AC4E9C

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

Shades of Violet Blue #AC4E9C

Tints of Violet Blue #AC4E9C

Color information

#AC4E9C (or 0xAC4E9C) is unknown color: approx Violet Blue. HEX triplet: AC, 4E and 9C. RGB value is (172,78,156). Sum of RGB (Red+Green+Blue) = 172+78+156=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC4E9C is #53B163. Grayscale: #727272. Windows color (decimal): -5484900 or 10243756. OLE color: 10243756.

HSL color Cylindrical-coordinate representation of color #AC4E9C: hue angle of 310.21º 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 #AC4E9C is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB17278156-
CMYK00.550.090.33
HSL310.21º37.6%49.02%-
HSV(B)310.21º54.65%67.45%-
XYZ25.7416.6233.3-
YUV115151.14168.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.36%
GREEN value IS 78 (30.86% from 255) = 19.21%
BLUE value IS 156 (61.33% from 255) = 38.42%
R=42.36%
G=19.21%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727815600.550.090.33310.2137.649.02
HexAC4E9C0379211362631
Octal25411623406711414664661
Binary1010110010011101001110001101111001100001100110110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4E9C; }

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

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

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

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

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

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

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

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