#A459A3

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

Shades of Violet Blue #A459A3

Tints of Violet Blue #A459A3

Color information

#A459A3 (or 0xA459A3) is unknown color: approx Violet Blue. HEX triplet: A4, 59 and A3. RGB value is (164,89,163). Sum of RGB (Red+Green+Blue) = 164+89+163=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 163 (64.06% from 255 or 39.18% from 416); Max value from RGB is 164 - color contains mainly: red. Hex color #A459A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A459A3 is #5BA65C. Grayscale: #777777. Windows color (decimal): -6006365 or 10705316. OLE color: 10705316.

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

Color convert

RGB16489163-
CMYK00.460.010.36
HSL300.8º29.64%49.61%-
HSV(B)300.8º45.73%64.31%-
XYZ25.4917.6836.72-
YUV119.86152.35159.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.42%
GREEN value IS 89 (35.16% from 255) = 21.39%
BLUE value IS 163 (64.06% from 255) = 39.18%
R=39.42%
G=21.39%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648916300.460.010.36300.829.6449.61
HexA459A302E12412d1e32
Octal2441312430561444553662
Binary101001001011001101000110101110110010010010110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A459A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A459A3; }

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

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

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

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

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

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

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

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