#A676A1

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

Shades of Violet Blue #A676A1

Tints of Violet Blue #A676A1

Color information

#A676A1 (or 0xA676A1) is unknown color: approx Violet Blue. HEX triplet: A6, 76 and A1. RGB value is (166,118,161). Sum of RGB (Red+Green+Blue) = 166+118+161=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 161 (63.28% from 255 or 36.18% from 445); Max value from RGB is 166 - color contains mainly: red. Hex color #A676A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A676A1 is #59895E. Grayscale: #898989. Windows color (decimal): -5867871 or 10581670. OLE color: 10581670.

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

Color convert

RGB166118161-
CMYK00.290.030.35
HSL306.25º21.24%55.69%-
HSV(B)306.25º28.92%65.1%-
XYZ28.6423.6436.77-
YUV137.25141.4148.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.30%
GREEN value IS 118 (46.48% from 255) = 26.52%
BLUE value IS 161 (63.28% from 255) = 36.18%
R=37.30%
G=26.52%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611816100.290.030.35306.2521.2455.69
HexA676A101D3231321538
Octal2461662410353434622570
Binary101001101110110101000010111011110001110011001010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A676A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A676A1; }

 p { color: rgb(166,118,161); }

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

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

 a { background-color: rgb(166,118,161); }

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

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

 span { border-color: rgb(166,118,161); }

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