#AC53AE

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

Shades of Violet Blue #AC53AE

Tints of Violet Blue #AC53AE

Color information

#AC53AE (or 0xAC53AE) is unknown color: approx Violet Blue. HEX triplet: AC, 53 and AE. RGB value is (172,83,174). Sum of RGB (Red+Green+Blue) = 172+83+174=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC53AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC53AE is #53AC51. Grayscale: #777777. Windows color (decimal): -5483602 or 11424684. OLE color: 11424684.

HSL color Cylindrical-coordinate representation of color #AC53AE: hue angle of 298.68º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC53AE is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17283174-
CMYK0.010.5200.32
HSL298.68º35.97%50.39%-
HSV(B)298.68º52.3%68.24%-
XYZ27.7518.0142.06-
YUV119.98158.49165.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.09%
GREEN value IS 83 (32.81% from 255) = 19.35%
BLUE value IS 174 (68.36% from 255) = 40.56%
R=40.09%
G=19.35%
B=40.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172831740.010.5200.32298.6835.9750.39
HexAC53AE13402012b2432
Octal2541232561640404534462
Binary1010110010100111010111011101000100000100101011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC53AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC53AE; }

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

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

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

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

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

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

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

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