#A459A0

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

Shades of Violet Blue #A459A0

Tints of Violet Blue #A459A0

Color information

#A459A0 (or 0xA459A0) is unknown color: approx Violet Blue. HEX triplet: A4, 59 and A0. RGB value is (164,89,160). Sum of RGB (Red+Green+Blue) = 164+89+160=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 164 - color contains mainly: red. Hex color #A459A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A459A0 is #5BA65F. Grayscale: #777777. Windows color (decimal): -6006368 or 10508708. OLE color: 10508708.

HSL color Cylindrical-coordinate representation of color #A459A0: hue angle of 303.2º 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 #A459A0 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB16489160-
CMYK00.460.020.36
HSL303.2º29.64%49.61%-
HSV(B)303.2º45.73%64.31%-
XYZ25.2317.5835.32-
YUV119.52150.85159.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.71%
GREEN value IS 89 (35.16% from 255) = 21.55%
BLUE value IS 160 (62.89% from 255) = 38.74%
R=39.71%
G=21.55%
B=38.74%

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
Decimal1648916000.460.020.36303.229.6449.61
HexA459A002E22412f1e32
Octal2441312400562444573662
Binary1010010010110011010000001011101010010010010111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A459A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A459A0; }

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

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

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

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

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

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

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

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