#A677AB

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

Shades of Violet Blue #A677AB

Tints of Violet Blue #A677AB

Color information

#A677AB (or 0xA677AB) is unknown color: approx Violet Blue. HEX triplet: A6, 77 and AB. RGB value is (166,119,171). Sum of RGB (Red+Green+Blue) = 166+119+171=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 119 (46.88% from 255 or 26.10% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 171 - color contains mainly: blue. Hex color #A677AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A677AB is #598854. Grayscale: #8A8A8A. Windows color (decimal): -5867605 or 11237286. OLE color: 11237286.

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

Color convert

RGB166119171-
CMYK0.030.3000.33
HSL294.23º23.64%56.86%-
HSV(B)294.23º30.41%67.06%-
XYZ29.6724.2441.64-
YUV138.98146.07147.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.40%
GREEN value IS 119 (46.88% from 255) = 26.10%
BLUE value IS 171 (67.19% from 255) = 37.5%
R=36.40%
G=26.10%
B=37.5%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661191710.030.3000.33294.2323.6456.86
HexA677AB31E0211261839
Octal2461672533360414463071
Binary101001101110111101010111111110010000110010011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A677AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A677AB; }

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

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

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

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

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

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

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

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