#A678A5

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

Shades of Violet Blue #A678A5

Tints of Violet Blue #A678A5

Color information

#A678A5 (or 0xA678A5) is unknown color: approx Violet Blue. HEX triplet: A6, 78 and A5. RGB value is (166,120,165). Sum of RGB (Red+Green+Blue) = 166+120+165=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 165 (64.84% from 255 or 36.59% from 451); Max value from RGB is 166 - color contains mainly: red. Hex color #A678A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A678A5 is #59875A. Grayscale: #8A8A8A. Windows color (decimal): -5867355 or 10844326. OLE color: 10844326.

HSL color Cylindrical-coordinate representation of color #A678A5: hue angle of 301.3º 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 #A678A5 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB166120165-
CMYK00.280.010.35
HSL301.3º20.54%56.08%-
HSV(B)301.3º27.71%65.1%-
XYZ29.2324.2638.74-
YUV138.88142.74147.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.81%
GREEN value IS 120 (47.27% from 255) = 26.61%
BLUE value IS 165 (64.84% from 255) = 36.59%
R=36.81%
G=26.61%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612016500.280.010.35301.320.5456.08
HexA678A501C12312d1538
Octal2461702450341434552570
Binary10100110111100010100101011100110001110010110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A678A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A678A5; }

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

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

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

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

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

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

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

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