#AC5494

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

Shades of Violet Blue #AC5494

Tints of Violet Blue #AC5494

Color information

#AC5494 (or 0xAC5494) is unknown color: approx Violet Blue. HEX triplet: AC, 54 and 94. RGB value is (172,84,148). Sum of RGB (Red+Green+Blue) = 172+84+148=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5494 is #53AB6B. Grayscale: #757575. Windows color (decimal): -5483372 or 9721004. OLE color: 9721004.

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

Color convert

RGB17284148-
CMYK00.510.140.33
HSL316.36º34.65%50.2%-
HSV(B)316.36º51.16%67.45%-
XYZ25.5317.2530-
YUV117.61145.15166.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.57%
GREEN value IS 84 (33.20% from 255) = 20.79%
BLUE value IS 148 (58.20% from 255) = 36.63%
R=42.57%
G=20.79%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728414800.510.140.33316.3634.6550.2
HexAC5494033E2113c2332
Octal25412422406316414744362
Binary1010110010101001001010001100111110100001100111100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5494; }

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

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

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

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

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

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

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

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