#A6689E

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

Shades of Violet Blue #A6689E

Tints of Violet Blue #A6689E

Color information

#A6689E (or 0xA6689E) is unknown color: approx Violet Blue. HEX triplet: A6, 68 and 9E. RGB value is (166,104,158). Sum of RGB (Red+Green+Blue) = 166+104+158=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 166 - color contains mainly: red. Hex color #A6689E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6689E is #599761. Grayscale: #808080. Windows color (decimal): -5871458 or 10381478. OLE color: 10381478.

HSL color Cylindrical-coordinate representation of color #A6689E: hue angle of 307.74º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A6689E is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB166104158-
CMYK00.370.050.35
HSL307.74º25.83%52.94%-
HSV(B)307.74º37.35%65.1%-
XYZ26.8520.4834.89-
YUV128.69144.54154.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.79%
GREEN value IS 104 (41.02% from 255) = 24.30%
BLUE value IS 158 (62.11% from 255) = 36.92%
R=38.79%
G=24.30%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610415800.370.050.35307.7425.8352.94
HexA6689E0255231341a35
Octal2461502360455434643265
Binary10100110110100010011110010010110110001110011010011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6689E; }

 p { color: rgb(166,104,158); }

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

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

 a { background-color: rgb(166,104,158); }

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

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

 span { border-color: rgb(166,104,158); }

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