#A2809F

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

Shades of Bouquet #A2809F

Tints of Bouquet #A2809F

Color information

#A2809F (or 0xA2809F) is unknown color: approx Bouquet. HEX triplet: A2, 80 and 9F. RGB value is (162,128,159). Sum of RGB (Red+Green+Blue) = 162+128+159=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 162 - color contains mainly: red. Hex color #A2809F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2809F is #5D7F60. Grayscale: #8D8D8D. Windows color (decimal): -6127457 or 10453154. OLE color: 10453154.

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

Color convert

RGB162128159-
CMYK00.210.020.36
HSL305.29º15.45%56.86%-
HSV(B)305.29º20.99%63.53%-
XYZ28.8825.6236.22-
YUV141.7137.76142.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.08%
GREEN value IS 128 (50.39% from 255) = 28.51%
BLUE value IS 159 (62.5% from 255) = 35.41%
R=36.08%
G=28.51%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212815900.210.020.36305.2915.4556.86
HexA2809F015224131f39
Octal2422002370252444611771
Binary101000101000000010011111010101101001001001100011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2809F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2809F; }

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

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

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

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

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

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

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

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