#a957b0

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

Shades of Violet Blue #A957B0

Tints of Violet Blue #A957B0

Color information

#A957B0 (or 0xA957B0) is unknown color: approx Violet Blue. HEX triplet: A9, 57 and B0. RGB value is (169,87,176). Sum of RGB (Red+Green+Blue) = 169+87+176=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 87 (34.38% from 255 or 20.14% from 432); Blue value is 176 (69.14% from 255 or 40.74% from 432); Max value from RGB is 176 - color contains mainly: blue. Hex color #A957B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A957B0 is #56A84F. Grayscale: #797979. Windows color (decimal): -5679184 or 11556777. OLE color: 11556777.

HSL color Cylindrical-coordinate representation of color #A957B0: hue angle of 295.28º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A957B0 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16987176-
CMYK0.040.5100.31
HSL295.28º36.03%51.57%-
HSV(B)295.28º50.57%69.02%-
XYZ27.6118.3943.17-
YUV121.66158.67161.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.12%
GREEN value IS 87 (34.38% from 255) = 20.14%
BLUE value IS 176 (69.14% from 255) = 40.74%
R=39.12%
G=20.14%
B=40.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169871760.040.5100.31295.2836.0351.57
HexA957B043301F1272434
Octal2511272604630374474464
Binary10101001101011110110000100110011011111100100111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a957b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a957b0; }

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

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

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

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

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

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

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

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