#AC5394

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

Shades of Violet Blue #AC5394

Tints of Violet Blue #AC5394

Color information

#AC5394 (or 0xAC5394) is unknown color: approx Violet Blue. HEX triplet: AC, 53 and 94. RGB value is (172,83,148). Sum of RGB (Red+Green+Blue) = 172+83+148=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5394 is #53AC6B. Grayscale: #747474. Windows color (decimal): -5483628 or 9720748. OLE color: 9720748.

HSL color Cylindrical-coordinate representation of color #AC5394: hue angle of 316.18º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC5394 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB17283148-
CMYK00.520.140.33
HSL316.18º34.9%50%-
HSV(B)316.18º51.74%67.45%-
XYZ25.4517.129.98-
YUV117.02145.49167.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.68%
GREEN value IS 83 (32.81% from 255) = 20.60%
BLUE value IS 148 (58.20% from 255) = 36.72%
R=42.68%
G=20.60%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728314800.520.140.33316.1834.950
HexAC5394034E2113c2332
Octal25412322406416414744362
Binary1010110010100111001010001101001110100001100111100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5394; }

 p { color: rgb(172,83,148); }

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

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

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

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

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

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

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