#A95DA1

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

Shades of Violet Blue #A95DA1

Tints of Violet Blue #A95DA1

Color information

#A95DA1 (or 0xA95DA1) is unknown color: approx Violet Blue. HEX triplet: A9, 5D and A1. RGB value is (169,93,161). Sum of RGB (Red+Green+Blue) = 169+93+161=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 169 - color contains mainly: red. Hex color #A95DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95DA1 is #56A25E. Grayscale: #7B7B7B. Windows color (decimal): -5677663 or 10575273. OLE color: 10575273.

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

Color convert

RGB16993161-
CMYK00.450.050.34
HSL306.32º30.65%51.37%-
HSV(B)306.32º44.97%66.27%-
XYZ26.7118.8435.95-
YUV123.48149.18160.47-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.95%
GREEN value IS 93 (36.72% from 255) = 21.99%
BLUE value IS 161 (63.28% from 255) = 38.06%
R=39.95%
G=21.99%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699316100.450.050.34306.3230.6551.37
HexA95DA102D5221321f33
Octal2511352410555424623763
Binary10101001101110110100001010110110110001010011001011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95DA1; }

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

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

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

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

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

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

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

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