#A7719A

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

Shades of Bouquet #A7719A

Tints of Bouquet #A7719A

Color information

#A7719A (or 0xA7719A) is unknown color: approx Bouquet. HEX triplet: A7, 71 and 9A. RGB value is (167,113,154). Sum of RGB (Red+Green+Blue) = 167+113+154=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 167 - color contains mainly: red. Hex color #A7719A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7719A is #588E65. Grayscale: #858585. Windows color (decimal): -5803622 or 10121639. OLE color: 10121639.

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

Color convert

RGB167113154-
CMYK00.320.080.35
HSL314.44º23.48%54.9%-
HSV(B)314.44º32.34%65.49%-
XYZ27.6722.3633.43-
YUV133.82139.39151.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.48%
GREEN value IS 113 (44.53% from 255) = 26.04%
BLUE value IS 154 (60.55% from 255) = 35.48%
R=38.48%
G=26.04%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711315400.320.080.35314.4423.4854.9
HexA7719A02082313a1737
Octal24716123204010434722767
Binary101001111110001100110100100000100010001110011101010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7719A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7719A; }

 p { color: rgb(167,113,154); }

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

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

 a { background-color: rgb(167,113,154); }

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

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

 span { border-color: rgb(167,113,154); }

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