#AC5BB4

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

Shades of Violet Blue #AC5BB4

Tints of Violet Blue #AC5BB4

Color information

#AC5BB4 (or 0xAC5BB4) is unknown color: approx Violet Blue. HEX triplet: AC, 5B and B4. RGB value is (172,91,180). Sum of RGB (Red+Green+Blue) = 172+91+180=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 180 - color contains mainly: blue. Hex color #AC5BB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5BB4 is #53A44B. Grayscale: #7D7D7D. Windows color (decimal): -5481548 or 11819948. OLE color: 11819948.

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

Color convert

RGB17291180-
CMYK0.040.4900.29
HSL294.61º37.24%53.14%-
HSV(B)294.61º49.44%70.59%-
XYZ28.9919.5545.43-
YUV125.36158.84161.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.83%
GREEN value IS 91 (35.94% from 255) = 20.54%
BLUE value IS 180 (70.70% from 255) = 40.63%
R=38.83%
G=20.54%
B=40.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172911800.040.4900.29294.6137.2453.14
HexAC5BB443101D1272535
Octal2541332644610354474565
Binary10101100101101110110100100110001011101100100111100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5BB4; }

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

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

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

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

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

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

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

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