#AC46A4

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

Shades of Violet Blue #AC46A4

Tints of Violet Blue #AC46A4

Color information

#AC46A4 (or 0xAC46A4) is unknown color: approx Violet Blue. HEX triplet: AC, 46 and A4. RGB value is (172,70,164). Sum of RGB (Red+Green+Blue) = 172+70+164=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 164 (64.45% from 255 or 40.39% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC46A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC46A4 is #53B95B. Grayscale: #6E6E6E. Windows color (decimal): -5486940 or 10765996. OLE color: 10765996.

HSL color Cylindrical-coordinate representation of color #AC46A4: hue angle of 304.71º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC46A4 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB17270164-
CMYK00.590.050.33
HSL304.71º42.15%47.45%-
HSV(B)304.71º59.3%67.45%-
XYZ25.915.8336.81-
YUV111.21157.79171.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.36%
GREEN value IS 70 (27.73% from 255) = 17.24%
BLUE value IS 164 (64.45% from 255) = 40.39%
R=42.36%
G=17.24%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727016400.590.050.33304.7142.1547.45
HexAC46A403B5211312a2f
Octal2541062440735414615257
Binary101011001000110101001000111011101100001100110001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC46A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC46A4; }

 p { color: rgb(172,70,164); }

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

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

 a { background-color: rgb(172,70,164); }

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

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

 span { border-color: rgb(172,70,164); }

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