#A95DAE

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

Shades of Violet Blue #A95DAE

Tints of Violet Blue #A95DAE

Color information

#A95DAE (or 0xA95DAE) is unknown color: approx Violet Blue. HEX triplet: A9, 5D and AE. RGB value is (169,93,174). Sum of RGB (Red+Green+Blue) = 169+93+174=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 93 (36.72% from 255 or 21.33% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 174 - color contains mainly: blue. Hex color #A95DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95DAE is #56A251. Grayscale: #7C7C7C. Windows color (decimal): -5677650 or 11427241. OLE color: 11427241.

HSL color Cylindrical-coordinate representation of color #A95DAE: hue angle of 296.3º degrees, saturation: 0.33, 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 #A95DAE is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16993174-
CMYK0.030.4700.32
HSL296.3º33.33%52.35%-
HSV(B)296.3º46.55%68.24%-
XYZ27.9219.3242.3-
YUV124.96155.68159.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.76%
GREEN value IS 93 (36.72% from 255) = 21.33%
BLUE value IS 174 (68.36% from 255) = 39.91%
R=38.76%
G=21.33%
B=39.91%

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
Decimal169931740.030.4700.32296.333.3352.35
HexA95DAE32F0201282134
Octal2511352563570404504164
Binary10101001101110110101110111011110100000100101000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95DAE; }

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

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

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

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

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

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

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

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