#A95E9C

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

Shades of Violet Blue #A95E9C

Tints of Violet Blue #A95E9C

Color information

#A95E9C (or 0xA95E9C) is unknown color: approx Violet Blue. HEX triplet: A9, 5E and 9C. RGB value is (169,94,156). Sum of RGB (Red+Green+Blue) = 169+94+156=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 169 - color contains mainly: red. Hex color #A95E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95E9C is #56A163. Grayscale: #7B7B7B. Windows color (decimal): -5677412 or 10247849. OLE color: 10247849.

HSL color Cylindrical-coordinate representation of color #A95E9C: hue angle of 310.4º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A95E9C is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB16994156-
CMYK00.440.080.34
HSL310.4º30.36%51.57%-
HSV(B)310.4º44.38%66.27%-
XYZ26.3718.8433.7-
YUV123.49146.35160.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.33%
GREEN value IS 94 (37.11% from 255) = 22.43%
BLUE value IS 156 (61.33% from 255) = 37.23%
R=40.33%
G=22.43%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699415600.440.080.34310.430.3651.57
HexA95E9C02C8221361e34
Octal25113623405410424663664
Binary101010011011110100111000101100100010001010011011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95E9C; }

 p { color: rgb(169,94,156); }

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

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

 a { background-color: rgb(169,94,156); }

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

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

 span { border-color: rgb(169,94,156); }

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