#AC5AAA

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

Shades of Violet Blue #AC5AAA

Tints of Violet Blue #AC5AAA

Color information

#AC5AAA (or 0xAC5AAA) is unknown color: approx Violet Blue. HEX triplet: AC, 5A and AA. RGB value is (172,90,170). Sum of RGB (Red+Green+Blue) = 172+90+170=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5AAA is #53A555. Grayscale: #7B7B7B. Windows color (decimal): -5481814 or 11164332. OLE color: 11164332.

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

Color convert

RGB17290170-
CMYK00.480.010.33
HSL301.46º33.06%51.37%-
HSV(B)301.46º47.67%67.45%-
XYZ27.9318.9940.22-
YUV123.64154.17162.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.81%
GREEN value IS 90 (35.55% from 255) = 20.83%
BLUE value IS 170 (66.80% from 255) = 39.35%
R=39.81%
G=20.83%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729017000.480.010.33301.4633.0651.37
HexAC5AAA03012112d2133
Octal2541322520601414554163
Binary1010110010110101010101001100001100001100101101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5AAA; }

 p { color: rgb(172,90,170); }

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

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

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

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

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

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

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