#A95D94

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

Shades of Violet Blue #A95D94

Tints of Violet Blue #A95D94

Color information

#A95D94 (or 0xA95D94) is unknown color: approx Violet Blue. HEX triplet: A9, 5D and 94. RGB value is (169,93,148). Sum of RGB (Red+Green+Blue) = 169+93+148=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 169 - color contains mainly: red. Hex color #A95D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95D94 is #56A26B. Grayscale: #797979. Windows color (decimal): -5677676 or 9723305. OLE color: 9723305.

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

Color convert

RGB16993148-
CMYK00.450.120.34
HSL316.58º30.65%51.37%-
HSV(B)316.58º44.97%66.27%-
XYZ25.6218.430.22-
YUV121.99142.68161.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.22%
GREEN value IS 93 (36.72% from 255) = 22.68%
BLUE value IS 148 (58.20% from 255) = 36.10%
R=41.22%
G=22.68%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699314800.450.120.34316.5830.6551.37
HexA95D9402DC2213d1f33
Octal25113522405514424753763
Binary101010011011101100101000101101110010001010011110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95D94; }

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

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

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

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

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

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

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

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