#A2809C

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

Shades of Bouquet #A2809C

Tints of Bouquet #A2809C

Color information

#A2809C (or 0xA2809C) is unknown color: approx Bouquet. HEX triplet: A2, 80 and 9C. RGB value is (162,128,156). Sum of RGB (Red+Green+Blue) = 162+128+156=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 162 - color contains mainly: red. Hex color #A2809C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2809C is #5D7F63. Grayscale: #8D8D8D. Windows color (decimal): -6127460 or 10256546. OLE color: 10256546.

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

Color convert

RGB162128156-
CMYK00.210.040.36
HSL310.59º15.45%56.86%-
HSV(B)310.59º20.99%63.53%-
XYZ28.6225.5234.87-
YUV141.36136.26142.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.32%
GREEN value IS 128 (50.39% from 255) = 28.70%
BLUE value IS 156 (61.33% from 255) = 34.98%
R=36.32%
G=28.70%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212815600.210.040.36310.5915.4556.86
HexA2809C015424137f39
Octal2422002340254444671771
Binary1010001010000000100111000101011001001001001101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2809C; }

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

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

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

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

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

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

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

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