#A459A1

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

Shades of Violet Blue #A459A1

Tints of Violet Blue #A459A1

Color information

#A459A1 (or 0xA459A1) is unknown color: approx Violet Blue. HEX triplet: A4, 59 and A1. RGB value is (164,89,161). Sum of RGB (Red+Green+Blue) = 164+89+161=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 161 (63.28% from 255 or 38.89% from 414); Max value from RGB is 164 - color contains mainly: red. Hex color #A459A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A459A1 is #5BA65E. Grayscale: #777777. Windows color (decimal): -6006367 or 10574244. OLE color: 10574244.

HSL color Cylindrical-coordinate representation of color #A459A1: hue angle of 302.4º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A459A1 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB16489161-
CMYK00.460.020.36
HSL302.4º29.64%49.61%-
HSV(B)302.4º45.73%64.31%-
XYZ25.3217.6135.78-
YUV119.63151.35159.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.61%
GREEN value IS 89 (35.16% from 255) = 21.50%
BLUE value IS 161 (63.28% from 255) = 38.89%
R=39.61%
G=21.50%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648916100.460.020.36302.429.6449.61
HexA459A102E22412e1e32
Octal2441312410562444563662
Binary1010010010110011010000101011101010010010010111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A459A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A459A1; }

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

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

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

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

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

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

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

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