#AC41A6

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

Shades of Violet Blue #AC41A6

Tints of Violet Blue #AC41A6

Color information

#AC41A6 (or 0xAC41A6) is unknown color: approx Violet Blue. HEX triplet: AC, 41 and A6. RGB value is (172,65,166). Sum of RGB (Red+Green+Blue) = 172+65+166=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 65 (25.78% from 255 or 16.13% from 403); Blue value is 166 (65.23% from 255 or 41.19% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC41A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC41A6 is #53BE59. Grayscale: #6C6C6C. Windows color (decimal): -5488218 or 10895788. OLE color: 10895788.

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

Color convert

RGB17265166-
CMYK00.620.030.33
HSL303.36º45.15%46.47%-
HSV(B)303.36º62.21%67.45%-
XYZ25.7915.337.67-
YUV108.51160.45173.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.68%
GREEN value IS 65 (25.78% from 255) = 16.13%
BLUE value IS 166 (65.23% from 255) = 41.19%
R=42.68%
G=16.13%
B=41.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726516600.620.030.33303.3645.1546.47
HexAC41A603E32112f2d2e
Octal2541012460763414575556
Binary10101100100000110100110011111011100001100101111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC41A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC41A6; }

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

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

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

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

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

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

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

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