#A95DA0

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

Shades of Violet Blue #A95DA0

Tints of Violet Blue #A95DA0

Color information

#A95DA0 (or 0xA95DA0) is unknown color: approx Violet Blue. HEX triplet: A9, 5D and A0. RGB value is (169,93,160). Sum of RGB (Red+Green+Blue) = 169+93+160=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 169 - color contains mainly: red. Hex color #A95DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95DA0 is #56A25F. Grayscale: #7B7B7B. Windows color (decimal): -5677664 or 10509737. OLE color: 10509737.

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

Color convert

RGB16993160-
CMYK00.450.050.34
HSL307.11º30.65%51.37%-
HSV(B)307.11º44.97%66.27%-
XYZ26.6218.835.48-
YUV123.36148.68160.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.05%
GREEN value IS 93 (36.72% from 255) = 22.04%
BLUE value IS 160 (62.89% from 255) = 37.91%
R=40.05%
G=22.04%
B=37.91%

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
Decimal1699316000.450.050.34307.1130.6551.37
HexA95DA002D5221331f33
Octal2511352400555424633763
Binary10101001101110110100000010110110110001010011001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95DA0; }

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

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

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

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

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

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

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

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