#AC41AA

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

Shades of Violet Blue #AC41AA

Tints of Violet Blue #AC41AA

Color information

#AC41AA (or 0xAC41AA) is unknown color: approx Violet Blue. HEX triplet: AC, 41 and AA. RGB value is (172,65,170). Sum of RGB (Red+Green+Blue) = 172+65+170=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC41AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC41AA is #53BE55. Grayscale: #6C6C6C. Windows color (decimal): -5488214 or 11157932. OLE color: 11157932.

HSL color Cylindrical-coordinate representation of color #AC41AA: hue angle of 301.12º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC41AA is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB17265170-
CMYK00.620.010.33
HSL301.12º45.15%46.47%-
HSV(B)301.12º62.21%67.45%-
XYZ26.1615.4539.63-
YUV108.96162.45172.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 65 (25.78% from 255) = 15.97%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=42.26%
G=15.97%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726517000.620.010.33301.1245.1546.47
HexAC41AA03E12112d2d2e
Octal2541012520761414555556
Binary1010110010000011010101001111101100001100101101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC41AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC41AA; }

 p { color: rgb(172,65,170); }

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

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

 a { background-color: rgb(172,65,170); }

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

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

 span { border-color: rgb(172,65,170); }

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