#A957A7

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

Shades of Violet Blue #A957A7

Tints of Violet Blue #A957A7

Color information

#A957A7 (or 0xA957A7) is unknown color: approx Violet Blue. HEX triplet: A9, 57 and A7. RGB value is (169,87,167). Sum of RGB (Red+Green+Blue) = 169+87+167=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 167 (65.62% from 255 or 39.48% from 423); Max value from RGB is 169 - color contains mainly: red. Hex color #A957A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A957A7 is #56A858. Grayscale: #787878. Windows color (decimal): -5679193 or 10966953. OLE color: 10966953.

HSL color Cylindrical-coordinate representation of color #A957A7: hue angle of 301.46º 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 #A957A7 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.34.

Color convert

RGB16987167-
CMYK00.490.010.34
HSL301.46º32.28%50.2%-
HSV(B)301.46º48.52%66.27%-
XYZ26.7518.0438.63-
YUV120.64154.17162.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.95%
GREEN value IS 87 (34.38% from 255) = 20.57%
BLUE value IS 167 (65.62% from 255) = 39.48%
R=39.95%
G=20.57%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698716700.490.010.34301.4632.2850.2
HexA957A703112212d2032
Octal2511272470611424554062
Binary1010100110101111010011101100011100010100101101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A957A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A957A7; }

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

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

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

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

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

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

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

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