#AC40AA

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

Shades of Violet Blue #AC40AA

Tints of Violet Blue #AC40AA

Color information

#AC40AA (or 0xAC40AA) is unknown color: approx Violet Blue. HEX triplet: AC, 40 and AA. RGB value is (172,64,170). Sum of RGB (Red+Green+Blue) = 172+64+170=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC40AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC40AA is #53BF55. Grayscale: #6C6C6C. Windows color (decimal): -5488470 or 11157676. OLE color: 11157676.

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

Color convert

RGB17264170-
CMYK00.630.010.33
HSL301.11º45.76%46.27%-
HSV(B)301.11º62.79%67.45%-
XYZ26.115.3439.62-
YUV108.38162.78173.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.36%
GREEN value IS 64 (25.39% from 255) = 15.76%
BLUE value IS 170 (66.80% from 255) = 41.87%
R=42.36%
G=15.76%
B=41.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726417000.630.010.33301.1145.7646.27
HexAC40AA03F12112d2e2e
Octal2541002520771414555656
Binary1010110010000001010101001111111100001100101101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC40AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC40AA; }

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

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

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

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

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

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

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

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