#A957AA

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

Shades of Violet Blue #A957AA

Tints of Violet Blue #A957AA

Color information

#A957AA (or 0xA957AA) is unknown color: approx Violet Blue. HEX triplet: A9, 57 and AA. RGB value is (169,87,170). Sum of RGB (Red+Green+Blue) = 169+87+170=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 87 (34.38% from 255 or 20.42% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #A957AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A957AA is #56A855. Grayscale: #787878. Windows color (decimal): -5679190 or 11163561. OLE color: 11163561.

HSL color Cylindrical-coordinate representation of color #A957AA: hue angle of 299.28º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A957AA is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16987170-
CMYK0.010.4900.33
HSL299.28º32.81%50.39%-
HSV(B)299.28º48.82%66.67%-
XYZ27.0318.1540.11-
YUV120.98155.67162.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.67%
GREEN value IS 87 (34.38% from 255) = 20.42%
BLUE value IS 170 (66.80% from 255) = 39.91%
R=39.67%
G=20.42%
B=39.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169871700.010.4900.33299.2832.8150.39
HexA957AA13102112b2132
Octal2511272521610414534162
Binary1010100110101111010101011100010100001100101011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A957AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A957AA; }

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

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

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

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

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

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

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

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