#AC54A4

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

Shades of Violet Blue #AC54A4

Tints of Violet Blue #AC54A4

Color information

#AC54A4 (or 0xAC54A4) is unknown color: approx Violet Blue. HEX triplet: AC, 54 and A4. RGB value is (172,84,164). Sum of RGB (Red+Green+Blue) = 172+84+164=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 164 (64.45% from 255 or 39.05% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC54A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC54A4 is #53AB5B. Grayscale: #777777. Windows color (decimal): -5483356 or 10769580. OLE color: 10769580.

HSL color Cylindrical-coordinate representation of color #AC54A4: hue angle of 305.45º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC54A4 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB17284164-
CMYK00.510.050.33
HSL305.45º34.65%50.2%-
HSV(B)305.45º51.16%67.45%-
XYZ26.8817.7937.14-
YUV119.43153.15165.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.95%
GREEN value IS 84 (33.20% from 255) = 20%
BLUE value IS 164 (64.45% from 255) = 39.05%
R=40.95%
G=20%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728416400.510.050.33305.4534.6550.2
HexAC54A40335211312332
Octal2541242440635414614362
Binary101011001010100101001000110011101100001100110001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC54A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC54A4; }

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

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

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

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

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

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

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

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