#A676AB

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

Shades of Violet Blue #A676AB

Tints of Violet Blue #A676AB

Color information

#A676AB (or 0xA676AB) is unknown color: approx Violet Blue. HEX triplet: A6, 76 and AB. RGB value is (166,118,171). Sum of RGB (Red+Green+Blue) = 166+118+171=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 171 - color contains mainly: blue. Hex color #A676AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A676AB is #598954. Grayscale: #8A8A8A. Windows color (decimal): -5867861 or 11237030. OLE color: 11237030.

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

Color convert

RGB166118171-
CMYK0.030.3100.33
HSL294.34º23.98%56.67%-
HSV(B)294.34º30.99%67.06%-
XYZ29.562441.6-
YUV138.39146.4147.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.48%
GREEN value IS 118 (46.48% from 255) = 25.93%
BLUE value IS 171 (67.19% from 255) = 37.58%
R=36.48%
G=25.93%
B=37.58%

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
Decimal1661181710.030.3100.33294.3423.9856.67
HexA676AB31F0211261839
Octal2461662533370414463071
Binary101001101110110101010111111111010000110010011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A676AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A676AB; }

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

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

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

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

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

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

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

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