#A95EAE

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

Shades of Violet Blue #A95EAE

Tints of Violet Blue #A95EAE

Color information

#A95EAE (or 0xA95EAE) is unknown color: approx Violet Blue. HEX triplet: A9, 5E and AE. RGB value is (169,94,174). Sum of RGB (Red+Green+Blue) = 169+94+174=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 174 - color contains mainly: blue. Hex color #A95EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95EAE is #56A151. Grayscale: #7D7D7D. Windows color (decimal): -5677394 or 11427497. OLE color: 11427497.

HSL color Cylindrical-coordinate representation of color #A95EAE: hue angle of 296.25º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A95EAE is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16994174-
CMYK0.030.4600.32
HSL296.25º33.06%52.55%-
HSV(B)296.25º45.98%68.24%-
XYZ2819.542.33-
YUV125.54155.35159-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.67%
GREEN value IS 94 (37.11% from 255) = 21.51%
BLUE value IS 174 (68.36% from 255) = 39.82%
R=38.67%
G=21.51%
B=39.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal169941740.030.4600.32296.2533.0652.55
HexA95EAE32E0201282135
Octal2511362563560404504165
Binary10101001101111010101110111011100100000100101000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95EAE; }

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

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

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

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

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

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

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

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