#A6709E

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

Shades of Violet Blue #A6709E

Tints of Violet Blue #A6709E

Color information

#A6709E (or 0xA6709E) is unknown color: approx Violet Blue. HEX triplet: A6, 70 and 9E. RGB value is (166,112,158). Sum of RGB (Red+Green+Blue) = 166+112+158=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 166 - color contains mainly: red. Hex color #A6709E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6709E is #598F61. Grayscale: #858585. Windows color (decimal): -5869410 or 10383526. OLE color: 10383526.

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

Color convert

RGB166112158-
CMYK00.330.050.35
HSL308.89º23.28%54.51%-
HSV(B)308.89º32.53%65.1%-
XYZ27.6922.1635.17-
YUV133.39141.89151.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.07%
GREEN value IS 112 (44.14% from 255) = 25.69%
BLUE value IS 158 (62.11% from 255) = 36.24%
R=38.07%
G=25.69%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611215800.330.050.35308.8923.2854.51
HexA6709E0215231351737
Octal2461602360415434652767
Binary10100110111000010011110010000110110001110011010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6709E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6709E; }

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

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

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

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

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

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

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

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