#A95D9F

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

Shades of Violet Blue #A95D9F

Tints of Violet Blue #A95D9F

Color information

#A95D9F (or 0xA95D9F) is unknown color: approx Violet Blue. HEX triplet: A9, 5D and 9F. RGB value is (169,93,159). Sum of RGB (Red+Green+Blue) = 169+93+159=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 169 - color contains mainly: red. Hex color #A95D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95D9F is #56A260. Grayscale: #7B7B7B. Windows color (decimal): -5677665 or 10444201. OLE color: 10444201.

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

Color convert

RGB16993159-
CMYK00.450.060.34
HSL307.89º30.65%51.37%-
HSV(B)307.89º44.97%66.27%-
XYZ26.5318.7735.02-
YUV123.25148.18160.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.14%
GREEN value IS 93 (36.72% from 255) = 22.09%
BLUE value IS 159 (62.5% from 255) = 37.77%
R=40.14%
G=22.09%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699315900.450.060.34307.8930.6551.37
HexA95D9F02D6221341f33
Octal2511352370556424643763
Binary10101001101110110011111010110111010001010011010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95D9F; }

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

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

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

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

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

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

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

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