#A6719D

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

Shades of Bouquet #A6719D

Tints of Bouquet #A6719D

Color information

#A6719D (or 0xA6719D) is unknown color: approx Bouquet. HEX triplet: A6, 71 and 9D. RGB value is (166,113,157). Sum of RGB (Red+Green+Blue) = 166+113+157=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 166 - color contains mainly: red. Hex color #A6719D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6719D is #598E62. Grayscale: #858585. Windows color (decimal): -5869155 or 10318246. OLE color: 10318246.

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

Color convert

RGB166113157-
CMYK00.320.050.35
HSL310.19º22.94%54.71%-
HSV(B)310.19º31.93%65.1%-
XYZ27.7222.3534.75-
YUV133.86141.06150.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.07%
GREEN value IS 113 (44.53% from 255) = 25.92%
BLUE value IS 157 (61.72% from 255) = 36.01%
R=38.07%
G=25.92%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611315700.320.050.35310.1922.9454.71
HexA6719D0205231361737
Octal2461612350405434662767
Binary10100110111000110011101010000010110001110011011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6719D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6719D; }

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

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

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

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

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

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

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

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