#a95ba3

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

Shades of Violet Blue #A95BA3

Tints of Violet Blue #A95BA3

Color information

#A95BA3 (or 0xA95BA3) is unknown color: approx Violet Blue. HEX triplet: A9, 5B and A3. RGB value is (169,91,163). Sum of RGB (Red+Green+Blue) = 169+91+163=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 163 (64.06% from 255 or 38.53% from 423); Max value from RGB is 169 - color contains mainly: red. Hex color #A95BA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95BA3 is #56A45C. Grayscale: #7A7A7A. Windows color (decimal): -5678173 or 10705833. OLE color: 10705833.

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

Color convert

RGB16991163-
CMYK00.460.040.34
HSL304.62º31.2%50.98%-
HSV(B)304.62º46.15%66.27%-
XYZ26.7118.5636.83-
YUV122.53150.84161.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.95%
GREEN value IS 91 (35.94% from 255) = 21.51%
BLUE value IS 163 (64.06% from 255) = 38.53%
R=39.95%
G=21.51%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699116300.460.040.34304.6231.250.98
HexA95BA302E4221311f33
Octal2511332430564424613763
Binary10101001101101110100011010111010010001010011000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a95ba3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a95ba3; }

 p { color: rgb(169,91,163); }

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

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

 a { background-color: rgb(169,91,163); }

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

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

 span { border-color: rgb(169,91,163); }

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