#AC5EB5

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

Shades of Violet Blue #AC5EB5

Tints of Violet Blue #AC5EB5

Color information

#AC5EB5 (or 0xAC5EB5) is unknown color: approx Violet Blue. HEX triplet: AC, 5E and B5. RGB value is (172,94,181). Sum of RGB (Red+Green+Blue) = 172+94+181=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 94 (37.11% from 255 or 21.03% from 447); Blue value is 181 (71.09% from 255 or 40.49% from 447); Max value from RGB is 181 - color contains mainly: blue. Hex color #AC5EB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5EB5 is #53A14A. Grayscale: #7E7E7E. Windows color (decimal): -5480779 or 11886252. OLE color: 11886252.

HSL color Cylindrical-coordinate representation of color #AC5EB5: hue angle of 293.79º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC5EB5 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17294181-
CMYK0.050.4800.29
HSL293.79º37.02%53.92%-
HSV(B)293.79º48.07%70.98%-
XYZ29.3620.1146.05-
YUV127.24158.34159.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.48%
GREEN value IS 94 (37.11% from 255) = 21.03%
BLUE value IS 181 (71.09% from 255) = 40.49%
R=38.48%
G=21.03%
B=40.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172941810.050.4800.29293.7937.0253.92
HexAC5EB553001D1262536
Octal2541362655600354464566
Binary10101100101111010110101101110000011101100100110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5EB5; }

 p { color: rgb(172,94,181); }

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

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

 a { background-color: rgb(172,94,181); }

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

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

 span { border-color: rgb(172,94,181); }

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