#A6729F

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

Shades of Violet Blue #A6729F

Tints of Violet Blue #A6729F

Color information

#A6729F (or 0xA6729F) is unknown color: approx Violet Blue. HEX triplet: A6, 72 and 9F. RGB value is (166,114,159). Sum of RGB (Red+Green+Blue) = 166+114+159=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 159 (62.5% from 255 or 36.22% from 439); Max value from RGB is 166 - color contains mainly: red. Hex color #A6729F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6729F is #598D60. Grayscale: #868686. Windows color (decimal): -5868897 or 10449574. OLE color: 10449574.

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

Color convert

RGB166114159-
CMYK00.310.040.35
HSL308.08º22.61%54.9%-
HSV(B)308.08º31.33%65.1%-
XYZ2822.6435.7-
YUV134.68141.73150.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.81%
GREEN value IS 114 (44.92% from 255) = 25.97%
BLUE value IS 159 (62.5% from 255) = 36.22%
R=37.81%
G=25.97%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611415900.310.040.35308.0822.6154.9
HexA6729F01F4231341737
Octal2461622370374434642767
Binary1010011011100101001111101111110010001110011010010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6729F; }

 p { color: rgb(166,114,159); }

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

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

 a { background-color: rgb(166,114,159); }

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

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

 span { border-color: rgb(166,114,159); }

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