#A95B9F

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

Shades of Violet Blue #A95B9F

Tints of Violet Blue #A95B9F

Color information

#A95B9F (or 0xA95B9F) is unknown color: approx Violet Blue. HEX triplet: A9, 5B and 9F. RGB value is (169,91,159). Sum of RGB (Red+Green+Blue) = 169+91+159=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 91 (35.94% from 255 or 21.72% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 169 - color contains mainly: red. Hex color #A95B9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95B9F is #56A460. Grayscale: #797979. Windows color (decimal): -5678177 or 10443689. OLE color: 10443689.

HSL color Cylindrical-coordinate representation of color #A95B9F: hue angle of 307.69º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A95B9F is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB16991159-
CMYK00.460.060.34
HSL307.69º31.2%50.98%-
HSV(B)307.69º46.15%66.27%-
XYZ26.3618.4234.97-
YUV122.07148.84161.47-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.33%
GREEN value IS 91 (35.94% from 255) = 21.72%
BLUE value IS 159 (62.5% from 255) = 37.95%
R=40.33%
G=21.72%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699115900.460.060.34307.6931.250.98
HexA95B9F02E6221341f33
Octal2511332370566424643763
Binary10101001101101110011111010111011010001010011010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95B9F; }

 p { color: rgb(169,91,159); }

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

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

 a { background-color: rgb(169,91,159); }

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

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

 span { border-color: rgb(169,91,159); }

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