#A976AB

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

Shades of Violet Blue #A976AB

Tints of Violet Blue #A976AB

Color information

#A976AB (or 0xA976AB) is unknown color: approx Violet Blue. HEX triplet: A9, 76 and AB. RGB value is (169,118,171). Sum of RGB (Red+Green+Blue) = 169+118+171=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 171 - color contains mainly: blue. Hex color #A976AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A976AB is #568954. Grayscale: #8B8B8B. Windows color (decimal): -5671253 or 11237033. OLE color: 11237033.

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

Color convert

RGB169118171-
CMYK0.010.3100.33
HSL297.74º23.98%56.67%-
HSV(B)297.74º30.99%67.06%-
XYZ30.1924.3341.63-
YUV139.29145.9149.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.90%
GREEN value IS 118 (46.48% from 255) = 25.76%
BLUE value IS 171 (67.19% from 255) = 37.34%
R=36.90%
G=25.76%
B=37.34%

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
Decimal1691181710.010.3100.33297.7423.9856.67
HexA976AB11F02112a1839
Octal2511662531370414523071
Binary10101001111011010101011111111010000110010101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A976AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A976AB; }

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

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

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

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

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

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

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

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