#A677AD

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

Shades of Violet Blue #A677AD

Tints of Violet Blue #A677AD

Color information

#A677AD (or 0xA677AD) is unknown color: approx Violet Blue. HEX triplet: A6, 77 and AD. RGB value is (166,119,173). Sum of RGB (Red+Green+Blue) = 166+119+173=458 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.24% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 173 - color contains mainly: blue. Hex color #A677AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A677AD is #598852. Grayscale: #8B8B8B. Windows color (decimal): -5867603 or 11368358. OLE color: 11368358.

HSL color Cylindrical-coordinate representation of color #A677AD: hue angle of 292.22º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A677AD is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB166119173-
CMYK0.040.3100.32
HSL292.22º24.77%57.25%-
HSV(B)292.22º31.21%67.84%-
XYZ29.8724.3242.65-
YUV139.21147.07147.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.24%
GREEN value IS 119 (46.88% from 255) = 25.98%
BLUE value IS 173 (67.97% from 255) = 37.77%
R=36.24%
G=25.98%
B=37.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661191730.040.3100.32292.2224.7757.25
HexA677AD41F0201241939
Octal2461672554370404443171
Binary1010011011101111010110110011111010000010010010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A677AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A677AD; }

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

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

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

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

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

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

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

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