#A977AD

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

Shades of Violet Blue #A977AD

Tints of Violet Blue #A977AD

Color information

#A977AD (or 0xA977AD) is unknown color: approx Violet Blue. HEX triplet: A9, 77 and AD. RGB value is (169,119,173). Sum of RGB (Red+Green+Blue) = 169+119+173=461 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.66% from 461); Green value is 119 (46.88% from 255 or 25.81% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 173 - color contains mainly: blue. Hex color #A977AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A977AD is #568852. Grayscale: #8B8B8B. Windows color (decimal): -5670995 or 11368361. OLE color: 11368361.

HSL color Cylindrical-coordinate representation of color #A977AD: hue angle of 295.56º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A977AD is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB169119173-
CMYK0.020.3100.32
HSL295.56º24.77%57.25%-
HSV(B)295.56º31.21%67.84%-
XYZ30.524.6542.68-
YUV140.11146.56148.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.66%
GREEN value IS 119 (46.88% from 255) = 25.81%
BLUE value IS 173 (67.97% from 255) = 37.53%
R=36.66%
G=25.81%
B=37.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691191730.020.3100.32295.5624.7757.25
HexA977AD21F0201281939
Octal2511672552370404503171
Binary101010011110111101011011011111010000010010100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A977AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A977AD; }

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

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

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

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

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

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

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

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