#A4809C

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

Shades of Bouquet #A4809C

Tints of Bouquet #A4809C

Color information

#A4809C (or 0xA4809C) is unknown color: approx Bouquet. HEX triplet: A4, 80 and 9C. RGB value is (164,128,156). Sum of RGB (Red+Green+Blue) = 164+128+156=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 164 - color contains mainly: red. Hex color #A4809C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4809C is #5B7F63. Grayscale: #8D8D8D. Windows color (decimal): -5996388 or 10256548. OLE color: 10256548.

HSL color Cylindrical-coordinate representation of color #A4809C: hue angle of 313.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 #A4809C is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB164128156-
CMYK00.220.050.36
HSL313.33º16.51%57.25%-
HSV(B)313.33º21.95%64.31%-
XYZ29.0325.7334.89-
YUV141.96135.93143.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.61%
GREEN value IS 128 (50.39% from 255) = 28.57%
BLUE value IS 156 (61.33% from 255) = 34.82%
R=36.61%
G=28.57%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412815600.220.050.36313.3316.5157.25
HexA4809C0165241391139
Octal2442002340265444712171
Binary10100100100000001001110001011010110010010011100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4809C; }

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

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

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

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

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

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

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

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