#AC41AC

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

Shades of Violet Blue #AC41AC

Tints of Violet Blue #AC41AC

Color information

#AC41AC (or 0xAC41AC) is unknown color: approx Violet Blue. HEX triplet: AC, 41 and AC. RGB value is (172,65,172). Sum of RGB (Red+Green+Blue) = 172+65+172=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC41AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC41AC is #53BE53. Grayscale: #6C6C6C. Windows color (decimal): -5488212 or 11289004. OLE color: 11289004.

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

Color convert

RGB17265172-
CMYK00.6200.33
HSL300º45.15%46.47%-
HSV(B)300º62.21%67.45%-
XYZ26.3515.5340.64-
YUV109.19163.45172.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.05%
GREEN value IS 65 (25.78% from 255) = 15.89%
BLUE value IS 172 (67.58% from 255) = 42.05%
R=42.05%
G=15.89%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726517200.6200.3330045.1546.47
HexAC41AC03E02112c2d2e
Octal2541012540760414545556
Binary1010110010000011010110001111100100001100101100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC41AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC41AC; }

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

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

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

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

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

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

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

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