#A4769A

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

Shades of Bouquet #A4769A

Tints of Bouquet #A4769A

Color information

#A4769A (or 0xA4769A) is unknown color: approx Bouquet. HEX triplet: A4, 76 and 9A. RGB value is (164,118,154). Sum of RGB (Red+Green+Blue) = 164+118+154=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 164 - color contains mainly: red. Hex color #A4769A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4769A is #5B8965. Grayscale: #878787. Windows color (decimal): -5998950 or 10122916. OLE color: 10122916.

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

Color convert

RGB164118154-
CMYK00.280.060.36
HSL313.04º20.18%55.29%-
HSV(B)313.04º28.05%64.31%-
XYZ27.6223.1833.59-
YUV135.86138.24148.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.61%
GREEN value IS 118 (46.48% from 255) = 27.06%
BLUE value IS 154 (60.55% from 255) = 35.32%
R=37.61%
G=27.06%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411815400.280.060.36313.0420.1855.29
HexA4769A01C6241391437
Octal2441662320346444712467
Binary1010010011101101001101001110011010010010011100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4769A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4769A; }

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

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

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

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

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

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

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

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