#A6719F

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

Shades of Violet Blue #A6719F

Tints of Violet Blue #A6719F

Color information

#A6719F (or 0xA6719F) is unknown color: approx Violet Blue. HEX triplet: A6, 71 and 9F. RGB value is (166,113,159). Sum of RGB (Red+Green+Blue) = 166+113+159=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 166 - color contains mainly: red. Hex color #A6719F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6719F is #598E60. Grayscale: #858585. Windows color (decimal): -5869153 or 10449318. OLE color: 10449318.

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

Color convert

RGB166113159-
CMYK00.320.040.35
HSL307.92º22.94%54.71%-
HSV(B)307.92º31.93%65.1%-
XYZ27.8922.4235.66-
YUV134.09142.06150.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.90%
GREEN value IS 113 (44.53% from 255) = 25.80%
BLUE value IS 159 (62.5% from 255) = 36.30%
R=37.90%
G=25.80%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611315900.320.040.35307.9222.9454.71
HexA6719F0204231341737
Octal2461612370404434642767
Binary10100110111000110011111010000010010001110011010010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6719F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6719F; }

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

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

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

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

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

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

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

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