#A678AA

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

Shades of Violet Blue #A678AA

Tints of Violet Blue #A678AA

Color information

#A678AA (or 0xA678AA) is unknown color: approx Violet Blue. HEX triplet: A6, 78 and AA. RGB value is (166,120,170). Sum of RGB (Red+Green+Blue) = 166+120+170=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 170 - color contains mainly: blue. Hex color #A678AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A678AA is #598755. Grayscale: #8B8B8B. Windows color (decimal): -5867350 or 11172006. OLE color: 11172006.

HSL color Cylindrical-coordinate representation of color #A678AA: hue angle of 295.2º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A678AA is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB166120170-
CMYK0.020.2900.33
HSL295.2º22.73%56.86%-
HSV(B)295.2º29.41%66.67%-
XYZ29.724.4441.18-
YUV139.45145.24146.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.40%
GREEN value IS 120 (47.27% from 255) = 26.32%
BLUE value IS 170 (66.80% from 255) = 37.28%
R=36.40%
G=26.32%
B=37.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661201700.020.2900.33295.222.7356.86
HexA678AA21D0211271739
Octal2461702522350414472771
Binary101001101111000101010101011101010000110010011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A678AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A678AA; }

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

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

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

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

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

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

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

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