#A95BA5

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

Shades of Violet Blue #A95BA5

Tints of Violet Blue #A95BA5

Color information

#A95BA5 (or 0xA95BA5) is unknown color: approx Violet Blue. HEX triplet: A9, 5B and A5. RGB value is (169,91,165). Sum of RGB (Red+Green+Blue) = 169+91+165=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 165 (64.84% from 255 or 38.82% from 425); Max value from RGB is 169 - color contains mainly: red. Hex color #A95BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95BA5 is #56A45A. Grayscale: #7A7A7A. Windows color (decimal): -5678171 or 10836905. OLE color: 10836905.

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

Color convert

RGB16991165-
CMYK00.460.020.34
HSL303.08º31.2%50.98%-
HSV(B)303.08º46.15%66.27%-
XYZ26.8918.6337.78-
YUV122.76151.84160.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.76%
GREEN value IS 91 (35.94% from 255) = 21.41%
BLUE value IS 165 (64.84% from 255) = 38.82%
R=39.76%
G=21.41%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699116500.460.020.34303.0831.250.98
HexA95BA502E22212f1f33
Octal2511332450562424573763
Binary1010100110110111010010101011101010001010010111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95BA5; }

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

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

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

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

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

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

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

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