#A259AC

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

Shades of Violet Blue #A259AC

Tints of Violet Blue #A259AC

Color information

#A259AC (or 0xA259AC) is unknown color: approx Violet Blue. HEX triplet: A2, 59 and AC. RGB value is (162,89,172). Sum of RGB (Red+Green+Blue) = 162+89+172=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #A259AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A259AC is #5DA653. Grayscale: #787878. Windows color (decimal): -6137428 or 11295138. OLE color: 11295138.

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

Color convert

RGB16289172-
CMYK0.060.4800.33
HSL292.77º33.33%51.18%-
HSV(B)292.77º48.26%67.45%-
XYZ25.9217.841.1-
YUV120.29157.18157.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.30%
GREEN value IS 89 (35.16% from 255) = 21.04%
BLUE value IS 172 (67.58% from 255) = 40.66%
R=38.30%
G=21.04%
B=40.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162891720.060.4800.33292.7733.3351.18
HexA259AC6300211252133
Octal2421312546600414454163
Binary101000101011001101011001101100000100001100100101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A259AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A259AC; }

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

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

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

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

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

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

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

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