#A2799C

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

Shades of Bouquet #A2799C

Tints of Bouquet #A2799C

Color information

#A2799C (or 0xA2799C) is unknown color: approx Bouquet. HEX triplet: A2, 79 and 9C. RGB value is (162,121,156). Sum of RGB (Red+Green+Blue) = 162+121+156=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 162 - color contains mainly: red. Hex color #A2799C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2799C is #5D8663. Grayscale: #898989. Windows color (decimal): -6129252 or 10254754. OLE color: 10254754.

HSL color Cylindrical-coordinate representation of color #A2799C: hue angle of 308.78º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2799C is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB162121156-
CMYK00.250.040.36
HSL308.78º18.06%55.49%-
HSV(B)308.78º25.31%63.53%-
XYZ27.7423.7634.58-
YUV137.25138.58145.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.90%
GREEN value IS 121 (47.66% from 255) = 27.56%
BLUE value IS 156 (61.33% from 255) = 35.54%
R=36.90%
G=27.56%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212115600.250.040.36308.7818.0655.49
HexA2799C0194241351237
Octal2421712340314444652267
Binary1010001011110011001110001100110010010010011010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2799C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2799C; }

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

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

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

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

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

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

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

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