#AC4C9A

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

Shades of Violet Blue #AC4C9A

Tints of Violet Blue #AC4C9A

Color information

#AC4C9A (or 0xAC4C9A) is unknown color: approx Violet Blue. HEX triplet: AC, 4C and 9A. RGB value is (172,76,154). Sum of RGB (Red+Green+Blue) = 172+76+154=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4C9A is #53B365. Grayscale: #717171. Windows color (decimal): -5485414 or 10112172. OLE color: 10112172.

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

Color convert

RGB17276154-
CMYK00.560.100.33
HSL311.25º38.71%48.63%-
HSV(B)311.25º55.81%67.45%-
XYZ25.4316.2732.37-
YUV113.6150.8169.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.79%
GREEN value IS 76 (30.08% from 255) = 18.91%
BLUE value IS 154 (60.55% from 255) = 38.31%
R=42.79%
G=18.91%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727615400.560.100.33311.2538.7148.63
HexAC4C9A038A211372731
Octal25411423207012414674761
Binary1010110010011001001101001110001010100001100110111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4C9A; }

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

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

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

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

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

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

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

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