#A459AB

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

Shades of Violet Blue #A459AB

Tints of Violet Blue #A459AB

Color information

#A459AB (or 0xA459AB) is unknown color: approx Violet Blue. HEX triplet: A4, 59 and AB. RGB value is (164,89,171). Sum of RGB (Red+Green+Blue) = 164+89+171=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #A459AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A459AB is #5BA654. Grayscale: #787878. Windows color (decimal): -6006357 or 11229604. OLE color: 11229604.

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

Color convert

RGB16489171-
CMYK0.040.4800.33
HSL294.88º32.8%50.98%-
HSV(B)294.88º47.95%67.06%-
XYZ26.2317.9840.62-
YUV120.77156.35158.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.68%
GREEN value IS 89 (35.16% from 255) = 20.99%
BLUE value IS 171 (67.19% from 255) = 40.33%
R=38.68%
G=20.99%
B=40.33%

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
Decimal164891710.040.4800.33294.8832.850.98
HexA459AB4300211272133
Octal2441312534600414474163
Binary101001001011001101010111001100000100001100100111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A459AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A459AB; }

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

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

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

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

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

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

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

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