#A259AB

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

Shades of Violet Blue #A259AB

Tints of Violet Blue #A259AB

Color information

#A259AB (or 0xA259AB) is unknown color: approx Violet Blue. HEX triplet: A2, 59 and AB. RGB value is (162,89,171). Sum of RGB (Red+Green+Blue) = 162+89+171=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #A259AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A259AB is #5DA654. Grayscale: #777777. Windows color (decimal): -6137429 or 11229602. OLE color: 11229602.

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

Color convert

RGB16289171-
CMYK0.050.4800.33
HSL293.41º32.8%50.98%-
HSV(B)293.41º47.95%67.06%-
XYZ25.8217.7740.6-
YUV120.17156.68157.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.39%
GREEN value IS 89 (35.16% from 255) = 21.09%
BLUE value IS 171 (67.19% from 255) = 40.52%
R=38.39%
G=21.09%
B=40.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162891710.050.4800.33293.4132.850.98
HexA259AB5300211252133
Octal2421312535600414454163
Binary101000101011001101010111011100000100001100100101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A259AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A259AB; }

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

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

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

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

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

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

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

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