#A6699A

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

Shades of Violet Blue #A6699A

Tints of Violet Blue #A6699A

Color information

#A6699A (or 0xA6699A) is unknown color: approx Violet Blue. HEX triplet: A6, 69 and 9A. RGB value is (166,105,154). Sum of RGB (Red+Green+Blue) = 166+105+154=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 166 - color contains mainly: red. Hex color #A6699A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6699A is #599665. Grayscale: #808080. Windows color (decimal): -5871206 or 10119590. OLE color: 10119590.

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

Color convert

RGB166105154-
CMYK00.370.070.35
HSL311.8º25.52%53.14%-
HSV(B)311.8º36.75%65.1%-
XYZ26.6120.5433.13-
YUV128.83142.21154.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.06%
GREEN value IS 105 (41.41% from 255) = 24.71%
BLUE value IS 154 (60.55% from 255) = 36.24%
R=39.06%
G=24.71%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610515400.370.070.35311.825.5253.14
HexA6699A0257231381a35
Octal2461512320457434703265
Binary10100110110100110011010010010111110001110011100011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6699A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6699A; }

 p { color: rgb(166,105,154); }

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

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

 a { background-color: rgb(166,105,154); }

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

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

 span { border-color: rgb(166,105,154); }

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