#A6709D

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

Shades of Violet Blue #A6709D

Tints of Violet Blue #A6709D

Color information

#A6709D (or 0xA6709D) is unknown color: approx Violet Blue. HEX triplet: A6, 70 and 9D. RGB value is (166,112,157). Sum of RGB (Red+Green+Blue) = 166+112+157=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 166 - color contains mainly: red. Hex color #A6709D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6709D is #598F62. Grayscale: #858585. Windows color (decimal): -5869411 or 10317990. OLE color: 10317990.

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

Color convert

RGB166112157-
CMYK00.330.050.35
HSL310º23.28%54.51%-
HSV(B)310º32.53%65.1%-
XYZ27.6122.1334.71-
YUV133.28141.39151.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.16%
GREEN value IS 112 (44.14% from 255) = 25.75%
BLUE value IS 157 (61.72% from 255) = 36.09%
R=38.16%
G=25.75%
B=36.09%

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
Decimal16611215700.330.050.3531023.2854.51
HexA6709D0215231361737
Octal2461602350415434662767
Binary10100110111000010011101010000110110001110011011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6709D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6709D; }

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

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

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

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

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

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

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

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