#A678AB

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

Shades of Violet Blue #A678AB

Tints of Violet Blue #A678AB

Color information

#A678AB (or 0xA678AB) is unknown color: approx Violet Blue. HEX triplet: A6, 78 and AB. RGB value is (166,120,171). Sum of RGB (Red+Green+Blue) = 166+120+171=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 171 - color contains mainly: blue. Hex color #A678AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A678AB is #598754. Grayscale: #8B8B8B. Windows color (decimal): -5867349 or 11237542. OLE color: 11237542.

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

Color convert

RGB166120171-
CMYK0.030.3000.33
HSL294.12º23.29%57.06%-
HSV(B)294.12º29.82%67.06%-
XYZ29.7924.4841.68-
YUV139.57145.74146.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.32%
GREEN value IS 120 (47.27% from 255) = 26.26%
BLUE value IS 171 (67.19% from 255) = 37.42%
R=36.32%
G=26.26%
B=37.42%

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
Decimal1661201710.030.3000.33294.1223.2957.06
HexA678AB31E0211261739
Octal2461702533360414462771
Binary101001101111000101010111111110010000110010011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A678AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A678AB; }

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

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

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

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

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

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

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

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