#A052AC

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

Shades of Violet Blue #A052AC

Tints of Violet Blue #A052AC

Color information

#A052AC (or 0xA052AC) is unknown color: approx Violet Blue. HEX triplet: A0, 52 and AC. RGB value is (160,82,172). Sum of RGB (Red+Green+Blue) = 160+82+172=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 172 - color contains mainly: blue. Hex color #A052AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A052AC is #5FAD53. Grayscale: #737373. Windows color (decimal): -6270292 or 11293344. OLE color: 11293344.

HSL color Cylindrical-coordinate representation of color #A052AC: hue angle of 292º 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 #A052AC is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16082172-
CMYK0.070.5200.33
HSL292º35.43%49.8%-
HSV(B)292º52.33%67.45%-
XYZ24.9616.4940.9-
YUV115.58159.84159.68-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.65%
GREEN value IS 82 (32.42% from 255) = 19.81%
BLUE value IS 172 (67.58% from 255) = 41.55%
R=38.65%
G=19.81%
B=41.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160821720.070.5200.3329235.4349.8
HexA052AC7340211242332
Octal2401222547640414444362
Binary101000001010010101011001111101000100001100100100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A052AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A052AC; }

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

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

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

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

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

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

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

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