#A976AC

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

Shades of Violet Blue #A976AC

Tints of Violet Blue #A976AC

Color information

#A976AC (or 0xA976AC) is unknown color: approx Violet Blue. HEX triplet: A9, 76 and AC. RGB value is (169,118,172). Sum of RGB (Red+Green+Blue) = 169+118+172=459 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.82% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 172 - color contains mainly: blue. Hex color #A976AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A976AC is #568953. Grayscale: #8B8B8B. Windows color (decimal): -5671252 or 11302569. OLE color: 11302569.

HSL color Cylindrical-coordinate representation of color #A976AC: hue angle of 296.67º degrees, saturation: 0.25, 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 #A976AC is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB169118172-
CMYK0.020.3100.33
HSL296.67º24.55%56.86%-
HSV(B)296.67º31.4%67.45%-
XYZ30.2924.3742.14-
YUV139.4146.4149.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.82%
GREEN value IS 118 (46.48% from 255) = 25.71%
BLUE value IS 172 (67.58% from 255) = 37.47%
R=36.82%
G=25.71%
B=37.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691181720.020.3100.33296.6724.5556.86
HexA976AC21F0211291939
Octal2511662542370414513171
Binary101010011110110101011001011111010000110010100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A976AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A976AC; }

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

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

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

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

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

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

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

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