#A677AC

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

Shades of Violet Blue #A677AC

Tints of Violet Blue #A677AC

Color information

#A677AC (or 0xA677AC) is unknown color: approx Violet Blue. HEX triplet: A6, 77 and AC. RGB value is (166,119,172). Sum of RGB (Red+Green+Blue) = 166+119+172=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 172 - color contains mainly: blue. Hex color #A677AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A677AC is #598853. Grayscale: #8A8A8A. Windows color (decimal): -5867604 or 11302822. OLE color: 11302822.

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

Color convert

RGB166119172-
CMYK0.030.3100.33
HSL293.21º24.2%57.06%-
HSV(B)293.21º30.81%67.45%-
XYZ29.7724.2842.15-
YUV139.1146.57147.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.32%
GREEN value IS 119 (46.88% from 255) = 26.04%
BLUE value IS 172 (67.58% from 255) = 37.64%
R=36.32%
G=26.04%
B=37.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661191720.030.3100.33293.2124.257.06
HexA677AC31F0211251839
Octal2461672543370414453071
Binary101001101110111101011001111111010000110010010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A677AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A677AC; }

 p { color: rgb(166,119,172); }

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

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

 a { background-color: rgb(166,119,172); }

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

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

 span { border-color: rgb(166,119,172); }

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