#A957A6

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

Shades of Violet Blue #A957A6

Tints of Violet Blue #A957A6

Color information

#A957A6 (or 0xA957A6) is unknown color: approx Violet Blue. HEX triplet: A9, 57 and A6. RGB value is (169,87,166). Sum of RGB (Red+Green+Blue) = 169+87+166=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 169 - color contains mainly: red. Hex color #A957A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A957A6 is #56A859. Grayscale: #787878. Windows color (decimal): -5679194 or 10901417. OLE color: 10901417.

HSL color Cylindrical-coordinate representation of color #A957A6: hue angle of 302.2º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A957A6 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB16987166-
CMYK00.490.020.34
HSL302.2º32.28%50.2%-
HSV(B)302.2º48.52%66.27%-
XYZ26.651838.15-
YUV120.52153.67162.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.05%
GREEN value IS 87 (34.38% from 255) = 20.62%
BLUE value IS 166 (65.23% from 255) = 39.34%
R=40.05%
G=20.62%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698716600.490.020.34302.232.2850.2
HexA957A603122212e2032
Octal2511272460612424564062
Binary10101001101011110100110011000110100010100101110100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A957A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A957A6; }

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

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

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

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

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

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

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

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