#AC4C9C

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

Shades of Violet Blue #AC4C9C

Tints of Violet Blue #AC4C9C

Color information

#AC4C9C (or 0xAC4C9C) is unknown color: approx Violet Blue. HEX triplet: AC, 4C and 9C. RGB value is (172,76,156). Sum of RGB (Red+Green+Blue) = 172+76+156=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 76 (30.08% from 255 or 18.81% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4C9C is #53B363. Grayscale: #717171. Windows color (decimal): -5485412 or 10243244. OLE color: 10243244.

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

Color convert

RGB17276156-
CMYK00.560.090.33
HSL310º38.71%48.63%-
HSV(B)310º55.81%67.45%-
XYZ25.616.3433.26-
YUV113.82151.8169.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.57%
GREEN value IS 76 (30.08% from 255) = 18.81%
BLUE value IS 156 (61.33% from 255) = 38.61%
R=42.57%
G=18.81%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727615600.560.090.3331038.7148.63
HexAC4C9C0389211362731
Octal25411423407011414664761
Binary1010110010011001001110001110001001100001100110110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4C9C; }

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

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

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

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

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

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

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

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