#A4719A

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

Shades of Bouquet #A4719A

Tints of Bouquet #A4719A

Color information

#A4719A (or 0xA4719A) is unknown color: approx Bouquet. HEX triplet: A4, 71 and 9A. RGB value is (164,113,154). Sum of RGB (Red+Green+Blue) = 164+113+154=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 164 - color contains mainly: red. Hex color #A4719A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4719A is #5B8E65. Grayscale: #848484. Windows color (decimal): -6000230 or 10121636. OLE color: 10121636.

HSL color Cylindrical-coordinate representation of color #A4719A: hue angle of 311.76º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4719A is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB164113154-
CMYK00.310.060.36
HSL311.76º21.89%54.31%-
HSV(B)311.76º31.1%64.31%-
XYZ27.0522.0433.4-
YUV132.92139.9150.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.05%
GREEN value IS 113 (44.53% from 255) = 26.22%
BLUE value IS 154 (60.55% from 255) = 35.73%
R=38.05%
G=26.22%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411315400.310.060.36311.7621.8954.31
HexA4719A01F6241381636
Octal2441612320376444702666
Binary1010010011100011001101001111111010010010011100010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4719A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4719A; }

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

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

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

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

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

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

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

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