#AC5EB4

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

Shades of Violet Blue #AC5EB4

Tints of Violet Blue #AC5EB4

Color information

#AC5EB4 (or 0xAC5EB4) is unknown color: approx Violet Blue. HEX triplet: AC, 5E and B4. RGB value is (172,94,180). Sum of RGB (Red+Green+Blue) = 172+94+180=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 180 (70.70% from 255 or 40.36% from 446); Max value from RGB is 180 - color contains mainly: blue. Hex color #AC5EB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5EB4 is #53A14B. Grayscale: #7E7E7E. Windows color (decimal): -5480780 or 11820716. OLE color: 11820716.

HSL color Cylindrical-coordinate representation of color #AC5EB4: hue angle of 294.42º degrees, saturation: 0.36, 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 #AC5EB4 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17294180-
CMYK0.040.4800.29
HSL294.42º36.44%53.73%-
HSV(B)294.42º47.78%70.59%-
XYZ29.2520.0745.51-
YUV127.13157.84160.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.57%
GREEN value IS 94 (37.11% from 255) = 21.08%
BLUE value IS 180 (70.70% from 255) = 40.36%
R=38.57%
G=21.08%
B=40.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172941800.040.4800.29294.4236.4453.73
HexAC5EB443001D1262436
Octal2541362644600354464466
Binary10101100101111010110100100110000011101100100110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5EB4; }

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

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

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

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

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

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

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

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