#A95CAE

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

Shades of Violet Blue #A95CAE

Tints of Violet Blue #A95CAE

Color information

#A95CAE (or 0xA95CAE) is unknown color: approx Violet Blue. HEX triplet: A9, 5C and AE. RGB value is (169,92,174). Sum of RGB (Red+Green+Blue) = 169+92+174=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 174 - color contains mainly: blue. Hex color #A95CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95CAE is #56A351. Grayscale: #7C7C7C. Windows color (decimal): -5677906 or 11426985. OLE color: 11426985.

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

Color convert

RGB16992174-
CMYK0.030.4700.32
HSL296.34º33.61%52.16%-
HSV(B)296.34º47.13%68.24%-
XYZ27.8319.1542.27-
YUV124.37156.01159.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.85%
GREEN value IS 92 (36.33% from 255) = 21.15%
BLUE value IS 174 (68.36% from 255) = 40%
R=38.85%
G=21.15%
B=40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal169921740.030.4700.32296.3433.6152.16
HexA95CAE32F0201282234
Octal2511342563570404504264
Binary10101001101110010101110111011110100000100101000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95CAE; }

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

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

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

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

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

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

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

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