#AC53A0

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

Shades of Violet Blue #AC53A0

Tints of Violet Blue #AC53A0

Color information

#AC53A0 (or 0xAC53A0) is unknown color: approx Violet Blue. HEX triplet: AC, 53 and A0. RGB value is (172,83,160). Sum of RGB (Red+Green+Blue) = 172+83+160=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC53A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC53A0 is #53AC5F. Grayscale: #767676. Windows color (decimal): -5483616 or 10507180. OLE color: 10507180.

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

Color convert

RGB17283160-
CMYK00.520.070.33
HSL308.09º34.9%50%-
HSV(B)308.09º51.74%67.45%-
XYZ26.4517.535.24-
YUV118.39151.49166.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.45%
GREEN value IS 83 (32.81% from 255) = 20%
BLUE value IS 160 (62.89% from 255) = 38.55%
R=41.45%
G=20%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728316000.520.070.33308.0934.950
HexAC53A00347211342332
Octal2541232400647414644362
Binary101011001010011101000000110100111100001100110100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC53A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC53A0; }

 p { color: rgb(172,83,160); }

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

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

 a { background-color: rgb(172,83,160); }

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

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

 span { border-color: rgb(172,83,160); }

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