#AC5BA0

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

Shades of Violet Blue #AC5BA0

Tints of Violet Blue #AC5BA0

Color information

#AC5BA0 (or 0xAC5BA0) is unknown color: approx Violet Blue. HEX triplet: AC, 5B and A0. RGB value is (172,91,160). Sum of RGB (Red+Green+Blue) = 172+91+160=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5BA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5BA0 is #53A45F. Grayscale: #7A7A7A. Windows color (decimal): -5481568 or 10509228. OLE color: 10509228.

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

Color convert

RGB17291160-
CMYK00.470.070.33
HSL308.89º32.79%51.57%-
HSV(B)308.89º47.09%67.45%-
XYZ27.118.7935.46-
YUV123.08148.84162.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.66%
GREEN value IS 91 (35.94% from 255) = 21.51%
BLUE value IS 160 (62.89% from 255) = 37.83%
R=40.66%
G=21.51%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729116000.470.070.33308.8932.7951.57
HexAC5BA002F7211352134
Octal2541332400577414654164
Binary101011001011011101000000101111111100001100110101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5BA0; }

 p { color: rgb(172,91,160); }

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

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

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

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

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

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

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