#A677A2

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

Shades of Violet Blue #A677A2

Tints of Violet Blue #A677A2

Color information

#A677A2 (or 0xA677A2) is unknown color: approx Violet Blue. HEX triplet: A6, 77 and A2. RGB value is (166,119,162). Sum of RGB (Red+Green+Blue) = 166+119+162=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 162 (63.67% from 255 or 36.24% from 447); Max value from RGB is 166 - color contains mainly: red. Hex color #A677A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A677A2 is #59885D. Grayscale: #898989. Windows color (decimal): -5867614 or 10647462. OLE color: 10647462.

HSL color Cylindrical-coordinate representation of color #A677A2: hue angle of 305.11º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A677A2 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB166119162-
CMYK00.280.020.35
HSL305.11º20.89%55.88%-
HSV(B)305.11º28.31%65.1%-
XYZ28.8423.9137.28-
YUV137.95141.57148-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.14%
GREEN value IS 119 (46.88% from 255) = 26.62%
BLUE value IS 162 (63.67% from 255) = 36.24%
R=37.14%
G=26.62%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611916200.280.020.35305.1120.8955.88
HexA677A201C2231311538
Octal2461672420342434612570
Binary101001101110111101000100111001010001110011000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A677A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A677A2; }

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

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

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

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

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

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

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

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