#A95C9A

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

Shades of Violet Blue #A95C9A

Tints of Violet Blue #A95C9A

Color information

#A95C9A (or 0xA95C9A) is unknown color: approx Violet Blue. HEX triplet: A9, 5C and 9A. RGB value is (169,92,154). Sum of RGB (Red+Green+Blue) = 169+92+154=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 92 (36.33% from 255 or 22.17% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 169 - color contains mainly: red. Hex color #A95C9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95C9A is #56A365. Grayscale: #797979. Windows color (decimal): -5677926 or 10116265. OLE color: 10116265.

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

Color convert

RGB16992154-
CMYK00.460.090.34
HSL311.69º30.92%51.18%-
HSV(B)311.69º45.56%66.27%-
XYZ26.0218.4232.76-
YUV122.09146.01161.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.72%
GREEN value IS 92 (36.33% from 255) = 22.17%
BLUE value IS 154 (60.55% from 255) = 37.11%
R=40.72%
G=22.17%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699215400.460.090.34311.6930.9251.18
HexA95C9A02E9221381f33
Octal25113423205611424703763
Binary101010011011100100110100101110100110001010011100011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95C9A; }

 p { color: rgb(169,92,154); }

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

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

 a { background-color: rgb(169,92,154); }

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

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

 span { border-color: rgb(169,92,154); }

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