#A6699C

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

Shades of Violet Blue #A6699C

Tints of Violet Blue #A6699C

Color information

#A6699C (or 0xA6699C) is unknown color: approx Violet Blue. HEX triplet: A6, 69 and 9C. RGB value is (166,105,156). Sum of RGB (Red+Green+Blue) = 166+105+156=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 166 - color contains mainly: red. Hex color #A6699C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6699C is #599663. Grayscale: #808080. Windows color (decimal): -5871204 or 10250662. OLE color: 10250662.

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

Color convert

RGB166105156-
CMYK00.370.060.35
HSL309.84º25.52%53.14%-
HSV(B)309.84º36.75%65.1%-
XYZ26.7820.6134.02-
YUV129.05143.21154.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.88%
GREEN value IS 105 (41.41% from 255) = 24.59%
BLUE value IS 156 (61.33% from 255) = 36.53%
R=38.88%
G=24.59%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610515600.370.060.35309.8425.5253.14
HexA6699C0256231361a35
Octal2461512340456434663265
Binary10100110110100110011100010010111010001110011011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6699C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6699C; }

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

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

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

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

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

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

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

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