#A159A2

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

Shades of Violet Blue #A159A2

Tints of Violet Blue #A159A2

Color information

#A159A2 (or 0xA159A2) is unknown color: approx Violet Blue. HEX triplet: A1, 59 and A2. RGB value is (161,89,162). Sum of RGB (Red+Green+Blue) = 161+89+162=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 162 (63.67% from 255 or 39.32% from 412); Max value from RGB is 162 - color contains mainly: blue. Hex color #A159A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A159A2 is #5EA65D. Grayscale: #767676. Windows color (decimal): -6202974 or 10639777. OLE color: 10639777.

HSL color Cylindrical-coordinate representation of color #A159A2: hue angle of 299.18º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A159A2 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB16189162-
CMYK0.010.4500.36
HSL299.18º29.08%49.22%-
HSV(B)299.18º45.06%63.53%-
XYZ24.7917.3336.22-
YUV118.85152.35158.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.08%
GREEN value IS 89 (35.16% from 255) = 21.60%
BLUE value IS 162 (63.67% from 255) = 39.32%
R=39.08%
G=21.60%
B=39.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal161891620.010.4500.36299.1829.0849.22
HexA159A212D02412b1d31
Octal2411312421550444533561
Binary101000011011001101000101101101010010010010101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A159A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A159A2; }

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

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

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

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

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

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

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

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