#A957AE

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

Shades of Violet Blue #A957AE

Tints of Violet Blue #A957AE

Color information

#A957AE (or 0xA957AE) is unknown color: approx Violet Blue. HEX triplet: A9, 57 and AE. RGB value is (169,87,174). Sum of RGB (Red+Green+Blue) = 169+87+174=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 87 (34.38% from 255 or 20.23% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 174 - color contains mainly: blue. Hex color #A957AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A957AE is #56A851. Grayscale: #797979. Windows color (decimal): -5679186 or 11425705. OLE color: 11425705.

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

Color convert

RGB16987174-
CMYK0.030.500.32
HSL296.55º34.94%51.18%-
HSV(B)296.55º50%68.24%-
XYZ27.4118.3142.13-
YUV121.44157.67161.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.30%
GREEN value IS 87 (34.38% from 255) = 20.23%
BLUE value IS 174 (68.36% from 255) = 40.47%
R=39.30%
G=20.23%
B=40.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal169871740.030.500.32296.5534.9451.18
HexA957AE3320201292333
Octal2511272563620404514363
Binary10101001101011110101110111100100100000100101001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A957AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A957AE; }

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

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

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

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

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

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

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

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