#A4809F

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

Shades of Bouquet #A4809F

Tints of Bouquet #A4809F

Color information

#A4809F (or 0xA4809F) is unknown color: approx Bouquet. HEX triplet: A4, 80 and 9F. RGB value is (164,128,159). Sum of RGB (Red+Green+Blue) = 164+128+159=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 164 - color contains mainly: red. Hex color #A4809F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4809F is #5B7F60. Grayscale: #8E8E8E. Windows color (decimal): -5996385 or 10453156. OLE color: 10453156.

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

Color convert

RGB164128159-
CMYK00.220.030.36
HSL308.33º16.51%57.25%-
HSV(B)308.33º21.95%64.31%-
XYZ29.2925.8336.24-
YUV142.3137.43143.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.36%
GREEN value IS 128 (50.39% from 255) = 28.38%
BLUE value IS 159 (62.5% from 255) = 35.25%
R=36.36%
G=28.38%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412815900.220.030.36308.3316.5157.25
HexA4809F0163241341139
Octal2442002370263444642171
Binary1010010010000000100111110101101110010010011010010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4809F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4809F; }

 p { color: rgb(164,128,159); }

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

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

 a { background-color: rgb(164,128,159); }

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

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

 span { border-color: rgb(164,128,159); }

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