#A459AC

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

Shades of Violet Blue #A459AC

Tints of Violet Blue #A459AC

Color information

#A459AC (or 0xA459AC) is unknown color: approx Violet Blue. HEX triplet: A4, 59 and AC. RGB value is (164,89,172). Sum of RGB (Red+Green+Blue) = 164+89+172=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 172 - color contains mainly: blue. Hex color #A459AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A459AC is #5BA653. Grayscale: #787878. Windows color (decimal): -6006356 or 11295140. OLE color: 11295140.

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

Color convert

RGB16489172-
CMYK0.050.4800.33
HSL294.22º33.33%51.18%-
HSV(B)294.22º48.26%67.45%-
XYZ26.3318.0241.12-
YUV120.89156.85158.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.59%
GREEN value IS 89 (35.16% from 255) = 20.94%
BLUE value IS 172 (67.58% from 255) = 40.47%
R=38.59%
G=20.94%
B=40.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164891720.050.4800.33294.2233.3351.18
HexA459AC5300211262133
Octal2441312545600414464163
Binary101001001011001101011001011100000100001100100110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A459AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A459AC; }

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

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

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

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

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

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

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

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