#A95D9E

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

Shades of Violet Blue #A95D9E

Tints of Violet Blue #A95D9E

Color information

#A95D9E (or 0xA95D9E) is unknown color: approx Violet Blue. HEX triplet: A9, 5D and 9E. RGB value is (169,93,158). Sum of RGB (Red+Green+Blue) = 169+93+158=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 169 - color contains mainly: red. Hex color #A95D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95D9E is #56A261. Grayscale: #7A7A7A. Windows color (decimal): -5677666 or 10378665. OLE color: 10378665.

HSL color Cylindrical-coordinate representation of color #A95D9E: hue angle of 308.68º 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 #A95D9E is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB16993158-
CMYK00.450.070.34
HSL308.68º30.65%51.37%-
HSV(B)308.68º44.97%66.27%-
XYZ26.4518.7334.57-
YUV123.13147.68160.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.24%
GREEN value IS 93 (36.72% from 255) = 22.14%
BLUE value IS 158 (62.11% from 255) = 37.62%
R=40.24%
G=22.14%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699315800.450.070.34308.6830.6551.37
HexA95D9E02D7221351f33
Octal2511352360557424653763
Binary10101001101110110011110010110111110001010011010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95D9E; }

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

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

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

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

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

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

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

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