#A976A4

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

Shades of Violet Blue #A976A4

Tints of Violet Blue #A976A4

Color information

#A976A4 (or 0xA976A4) is unknown color: approx Violet Blue. HEX triplet: A9, 76 and A4. RGB value is (169,118,164). Sum of RGB (Red+Green+Blue) = 169+118+164=451 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.47% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 164 (64.45% from 255 or 36.36% from 451); Max value from RGB is 169 - color contains mainly: red. Hex color #A976A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A976A4 is #56895B. Grayscale: #8A8A8A. Windows color (decimal): -5671260 or 10778281. OLE color: 10778281.

HSL color Cylindrical-coordinate representation of color #A976A4: hue angle of 305.88º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A976A4 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.34.

Color convert

RGB169118164-
CMYK00.300.030.34
HSL305.88º22.87%56.27%-
HSV(B)305.88º30.18%66.27%-
XYZ29.5424.0738.21-
YUV138.49142.4149.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.47%
GREEN value IS 118 (46.48% from 255) = 26.16%
BLUE value IS 164 (64.45% from 255) = 36.36%
R=37.47%
G=26.16%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911816400.300.030.34305.8822.8756.27
HexA976A401E3221321738
Octal2511662440363424622770
Binary101010011110110101001000111101110001010011001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A976A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A976A4; }

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

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

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

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

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

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

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

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