#AC54B1

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

Shades of Violet Blue #AC54B1

Tints of Violet Blue #AC54B1

Color information

#AC54B1 (or 0xAC54B1) is unknown color: approx Violet Blue. HEX triplet: AC, 54 and B1. RGB value is (172,84,177). Sum of RGB (Red+Green+Blue) = 172+84+177=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 177 (69.53% from 255 or 40.88% from 433); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC54B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC54B1 is #53AB4E. Grayscale: #787878. Windows color (decimal): -5483343 or 11621548. OLE color: 11621548.

HSL color Cylindrical-coordinate representation of color #AC54B1: hue angle of 296.77º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC54B1 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17284177-
CMYK0.030.5300.31
HSL296.77º37.35%51.18%-
HSV(B)296.77º52.54%69.41%-
XYZ28.1218.2943.64-
YUV120.91159.65164.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.72%
GREEN value IS 84 (33.20% from 255) = 19.40%
BLUE value IS 177 (69.53% from 255) = 40.88%
R=39.72%
G=19.40%
B=40.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172841770.030.5300.31296.7737.3551.18
HexAC54B133501F1292533
Octal2541242613650374514563
Binary1010110010101001011000111110101011111100101001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC54B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC54B1; }

 p { color: rgb(172,84,177); }

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

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

 a { background-color: rgb(172,84,177); }

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

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

 span { border-color: rgb(172,84,177); }

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