#A957AD

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

Shades of Violet Blue #A957AD

Tints of Violet Blue #A957AD

Color information

#A957AD (or 0xA957AD) is unknown color: approx Violet Blue. HEX triplet: A9, 57 and AD. RGB value is (169,87,173). Sum of RGB (Red+Green+Blue) = 169+87+173=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 87 (34.38% from 255 or 20.28% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #A957AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A957AD is #56A852. Grayscale: #797979. Windows color (decimal): -5679187 or 11360169. OLE color: 11360169.

HSL color Cylindrical-coordinate representation of color #A957AD: hue angle of 297.21º degrees, saturation: 0.34, 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 #A957AD is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16987173-
CMYK0.020.5000.32
HSL297.21º34.4%50.98%-
HSV(B)297.21º49.71%67.84%-
XYZ27.3118.2741.62-
YUV121.32157.17162.01-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.39%
GREEN value IS 87 (34.38% from 255) = 20.28%
BLUE value IS 173 (67.97% from 255) = 40.33%
R=39.39%
G=20.28%
B=40.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal169871730.020.5000.32297.2134.450.98
HexA957AD2320201292233
Octal2511272552620404514263
Binary10101001101011110101101101100100100000100101001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A957AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A957AD; }

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

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

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

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

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

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

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

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