#A95EAA

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

Shades of Violet Blue #A95EAA

Tints of Violet Blue #A95EAA

Color information

#A95EAA (or 0xA95EAA) is unknown color: approx Violet Blue. HEX triplet: A9, 5E and AA. RGB value is (169,94,170). Sum of RGB (Red+Green+Blue) = 169+94+170=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 170 - color contains mainly: blue. Hex color #A95EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95EAA is #56A155. Grayscale: #7C7C7C. Windows color (decimal): -5677398 or 11165353. OLE color: 11165353.

HSL color Cylindrical-coordinate representation of color #A95EAA: hue angle of 299.21º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A95EAA is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16994170-
CMYK0.010.4500.33
HSL299.21º30.89%51.76%-
HSV(B)299.21º44.71%66.67%-
XYZ27.6219.3440.31-
YUV125.09153.35159.32-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.03%
GREEN value IS 94 (37.11% from 255) = 21.71%
BLUE value IS 170 (66.80% from 255) = 39.26%
R=39.03%
G=21.71%
B=39.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169941700.010.4500.33299.2130.8951.76
HexA95EAA12D02112b1f34
Octal2511362521550414533764
Binary101010011011110101010101101101010000110010101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95EAA; }

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

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

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

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

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

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

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

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