#A959B1

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

Shades of Violet Blue #A959B1

Tints of Violet Blue #A959B1

Color information

#A959B1 (or 0xA959B1) is unknown color: approx Violet Blue. HEX triplet: A9, 59 and B1. RGB value is (169,89,177). Sum of RGB (Red+Green+Blue) = 169+89+177=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 89 (35.16% from 255 or 20.46% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 177 - color contains mainly: blue. Hex color #A959B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A959B1 is #56A64E. Grayscale: #7A7A7A. Windows color (decimal): -5678671 or 11622825. OLE color: 11622825.

HSL color Cylindrical-coordinate representation of color #A959B1: hue angle of 294.55º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A959B1 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16989177-
CMYK0.050.5000.31
HSL294.55º36.07%52.16%-
HSV(B)294.55º49.72%69.41%-
XYZ27.8718.7543.75-
YUV122.95158.5160.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.85%
GREEN value IS 89 (35.16% from 255) = 20.46%
BLUE value IS 177 (69.53% from 255) = 40.69%
R=38.85%
G=20.46%
B=40.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169891770.050.5000.31294.5536.0752.16
HexA959B153201F1272434
Octal2511312615620374474464
Binary10101001101100110110001101110010011111100100111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A959B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A959B1; }

 p { color: rgb(169,89,177); }

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

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

 a { background-color: rgb(169,89,177); }

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

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

 span { border-color: rgb(169,89,177); }

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