#A977AA

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

Shades of Violet Blue #A977AA

Tints of Violet Blue #A977AA

Color information

#A977AA (or 0xA977AA) is unknown color: approx Violet Blue. HEX triplet: A9, 77 and AA. RGB value is (169,119,170). Sum of RGB (Red+Green+Blue) = 169+119+170=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 170 - color contains mainly: blue. Hex color #A977AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A977AA is #568855. Grayscale: #8B8B8B. Windows color (decimal): -5670998 or 11171753. OLE color: 11171753.

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

Color convert

RGB169119170-
CMYK0.010.300.33
HSL298.82º23.08%56.67%-
HSV(B)298.82º30%66.67%-
XYZ30.2124.5341.17-
YUV139.76145.06148.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.90%
GREEN value IS 119 (46.88% from 255) = 25.98%
BLUE value IS 170 (66.80% from 255) = 37.12%
R=36.90%
G=25.98%
B=37.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691191700.010.300.33298.8223.0856.67
HexA977AA11E02112b1739
Octal2511672521360414532771
Binary10101001111011110101010111110010000110010101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A977AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A977AA; }

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

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

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

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

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

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

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

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