#A759AC

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

Shades of Violet Blue #A759AC

Tints of Violet Blue #A759AC

Color information

#A759AC (or 0xA759AC) is unknown color: approx Violet Blue. HEX triplet: A7, 59 and AC. RGB value is (167,89,172). Sum of RGB (Red+Green+Blue) = 167+89+172=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 172 - color contains mainly: blue. Hex color #A759AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A759AC is #58A653. Grayscale: #797979. Windows color (decimal): -5809748 or 11295143. OLE color: 11295143.

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

Color convert

RGB16789172-
CMYK0.030.4800.33
HSL296.39º33.33%51.18%-
HSV(B)296.39º48.26%67.45%-
XYZ26.9618.3441.15-
YUV121.78156.34160.25-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.02%
GREEN value IS 89 (35.16% from 255) = 20.79%
BLUE value IS 172 (67.58% from 255) = 40.19%
R=39.02%
G=20.79%
B=40.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167891720.030.4800.33296.3933.3351.18
HexA759AC3300211282133
Octal2471312543600414504163
Binary10100111101100110101100111100000100001100101000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A759AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A759AC; }

 p { color: rgb(167,89,172); }

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

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

 a { background-color: rgb(167,89,172); }

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

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

 span { border-color: rgb(167,89,172); }

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