#AC40A8

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

Shades of Violet Blue #AC40A8

Tints of Violet Blue #AC40A8

Color information

#AC40A8 (or 0xAC40A8) is unknown color: approx Violet Blue. HEX triplet: AC, 40 and A8. RGB value is (172,64,168). Sum of RGB (Red+Green+Blue) = 172+64+168=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 168 (66.02% from 255 or 41.58% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC40A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC40A8 is #53BF57. Grayscale: #6B6B6B. Windows color (decimal): -5488472 or 11026604. OLE color: 11026604.

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

Color convert

RGB17264168-
CMYK00.630.020.33
HSL302.22º45.76%46.27%-
HSV(B)302.22º62.79%67.45%-
XYZ25.9115.2638.63-
YUV108.15161.78173.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.57%
GREEN value IS 64 (25.39% from 255) = 15.84%
BLUE value IS 168 (66.02% from 255) = 41.58%
R=42.57%
G=15.84%
B=41.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726416800.630.020.33302.2245.7646.27
HexAC40A803F22112e2e2e
Octal2541002500772414565656
Binary10101100100000010101000011111110100001100101110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC40A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC40A8; }

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

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

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

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

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

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

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

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