#A2809E

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

Shades of Bouquet #A2809E

Tints of Bouquet #A2809E

Color information

#A2809E (or 0xA2809E) is unknown color: approx Bouquet. HEX triplet: A2, 80 and 9E. RGB value is (162,128,158). Sum of RGB (Red+Green+Blue) = 162+128+158=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 162 - color contains mainly: red. Hex color #A2809E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2809E is #5D7F61. Grayscale: #8D8D8D. Windows color (decimal): -6127458 or 10387618. OLE color: 10387618.

HSL color Cylindrical-coordinate representation of color #A2809E: hue angle of 307.06º 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 #A2809E is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB162128158-
CMYK00.210.020.36
HSL307.06º15.45%56.86%-
HSV(B)307.06º20.99%63.53%-
XYZ28.7925.5935.77-
YUV141.59137.26142.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.16%
GREEN value IS 128 (50.39% from 255) = 28.57%
BLUE value IS 158 (62.11% from 255) = 35.27%
R=36.16%
G=28.57%
B=35.27%

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
Decimal16212815800.210.020.36307.0615.4556.86
HexA2809E015224133f39
Octal2422002360252444631771
Binary101000101000000010011110010101101001001001100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2809E; }

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

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

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

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

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

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

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

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