#AC4A9A

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

Shades of Violet Blue #AC4A9A

Tints of Violet Blue #AC4A9A

Color information

#AC4A9A (or 0xAC4A9A) is unknown color: approx Violet Blue. HEX triplet: AC, 4A and 9A. RGB value is (172,74,154). Sum of RGB (Red+Green+Blue) = 172+74+154=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4A9A is #53B565. Grayscale: #707070. Windows color (decimal): -5485926 or 10111660. OLE color: 10111660.

HSL color Cylindrical-coordinate representation of color #AC4A9A: hue angle of 311.02º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC4A9A is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB17274154-
CMYK00.570.100.33
HSL311.02º39.84%48.24%-
HSV(B)311.02º56.98%67.45%-
XYZ25.291632.33-
YUV112.42151.47170.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43%
GREEN value IS 74 (29.30% from 255) = 18.5%
BLUE value IS 154 (60.55% from 255) = 38.5%
R=43%
G=18.5%
B=38.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727415400.570.100.33311.0239.8448.24
HexAC4A9A039A211372830
Octal25411223207112414675060
Binary1010110010010101001101001110011010100001100110111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4A9A; }

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

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

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

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

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

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

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

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