#A6719C

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

Shades of Bouquet #A6719C

Tints of Bouquet #A6719C

Color information

#A6719C (or 0xA6719C) is unknown color: approx Bouquet. HEX triplet: A6, 71 and 9C. RGB value is (166,113,156). Sum of RGB (Red+Green+Blue) = 166+113+156=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 166 - color contains mainly: red. Hex color #A6719C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6719C is #598E63. Grayscale: #858585. Windows color (decimal): -5869156 or 10252710. OLE color: 10252710.

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

Color convert

RGB166113156-
CMYK00.320.060.35
HSL311.32º22.94%54.71%-
HSV(B)311.32º31.93%65.1%-
XYZ27.6322.3234.3-
YUV133.75140.56151-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.16%
GREEN value IS 113 (44.53% from 255) = 25.98%
BLUE value IS 156 (61.33% from 255) = 35.86%
R=38.16%
G=25.98%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611315600.320.060.35311.3222.9454.71
HexA6719C0206231371737
Octal2461612340406434672767
Binary10100110111000110011100010000011010001110011011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6719C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6719C; }

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

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

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

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

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

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

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

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