#A459AA

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

Shades of Violet Blue #A459AA

Tints of Violet Blue #A459AA

Color information

#A459AA (or 0xA459AA) is unknown color: approx Violet Blue. HEX triplet: A4, 59 and AA. RGB value is (164,89,170). Sum of RGB (Red+Green+Blue) = 164+89+170=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #A459AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A459AA is #5BA655. Grayscale: #787878. Windows color (decimal): -6006358 or 11164068. OLE color: 11164068.

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

Color convert

RGB16489170-
CMYK0.040.4800.33
HSL295.56º32.27%50.78%-
HSV(B)295.56º47.65%66.67%-
XYZ26.1417.9440.12-
YUV120.66155.85158.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.77%
GREEN value IS 89 (35.16% from 255) = 21.04%
BLUE value IS 170 (66.80% from 255) = 40.19%
R=38.77%
G=21.04%
B=40.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164891700.040.4800.33295.5632.2750.78
HexA459AA4300211282033
Octal2441312524600414504063
Binary101001001011001101010101001100000100001100101000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A459AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A459AA; }

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

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

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

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

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

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

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

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