#AC5495

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

Shades of Violet Blue #AC5495

Tints of Violet Blue #AC5495

Color information

#AC5495 (or 0xAC5495) is unknown color: approx Violet Blue. HEX triplet: AC, 54 and 95. RGB value is (172,84,149). Sum of RGB (Red+Green+Blue) = 172+84+149=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5495 is #53AB6A. Grayscale: #757575. Windows color (decimal): -5483371 or 9786540. OLE color: 9786540.

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

Color convert

RGB17284149-
CMYK00.510.130.33
HSL315.68º34.65%50.2%-
HSV(B)315.68º51.16%67.45%-
XYZ25.6117.2830.42-
YUV117.72145.65166.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.47%
GREEN value IS 84 (33.20% from 255) = 20.74%
BLUE value IS 149 (58.59% from 255) = 36.79%
R=42.47%
G=20.74%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728414900.510.130.33315.6834.6550.2
HexAC5495033D2113c2332
Octal25412422506315414744362
Binary1010110010101001001010101100111101100001100111100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5495; }

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

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

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

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

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

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

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

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