#A976AA

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

Shades of Violet Blue #A976AA

Tints of Violet Blue #A976AA

Color information

#A976AA (or 0xA976AA) is unknown color: approx Violet Blue. HEX triplet: A9, 76 and AA. RGB value is (169,118,170). Sum of RGB (Red+Green+Blue) = 169+118+170=457 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.98% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 170 - color contains mainly: blue. Hex color #A976AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A976AA is #568955. Grayscale: #8B8B8B. Windows color (decimal): -5671254 or 11171497. OLE color: 11171497.

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

Color convert

RGB169118170-
CMYK0.010.3100.33
HSL298.85º23.42%56.47%-
HSV(B)298.85º30.59%66.67%-
XYZ30.124.2941.13-
YUV139.18145.4149.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.98%
GREEN value IS 118 (46.48% from 255) = 25.82%
BLUE value IS 170 (66.80% from 255) = 37.20%
R=36.98%
G=25.82%
B=37.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691181700.010.3100.33298.8523.4256.47
HexA976AA11F02112b1738
Octal2511662521370414532770
Binary10101001111011010101010111111010000110010101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A976AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A976AA; }

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

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

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

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

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

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

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

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