#AC46A5

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

Shades of Violet Blue #AC46A5

Tints of Violet Blue #AC46A5

Color information

#AC46A5 (or 0xAC46A5) is unknown color: approx Violet Blue. HEX triplet: AC, 46 and A5. RGB value is (172,70,165). Sum of RGB (Red+Green+Blue) = 172+70+165=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 70 (27.73% from 255 or 17.20% from 407); Blue value is 165 (64.84% from 255 or 40.54% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC46A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC46A5 is #53B95A. Grayscale: #6F6F6F. Windows color (decimal): -5486939 or 10831532. OLE color: 10831532.

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

Color convert

RGB17270165-
CMYK00.590.040.33
HSL304.12º42.15%47.45%-
HSV(B)304.12º59.3%67.45%-
XYZ25.9915.8737.29-
YUV111.33158.29171.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 70 (27.73% from 255) = 17.20%
BLUE value IS 165 (64.84% from 255) = 40.54%
R=42.26%
G=17.20%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727016500.590.040.33304.1242.1547.45
HexAC46A503B4211302a2f
Octal2541062450734414605257
Binary101011001000110101001010111011100100001100110000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC46A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC46A5; }

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

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

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

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

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

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

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

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