#A2799B

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

Shades of Bouquet #A2799B

Tints of Bouquet #A2799B

Color information

#A2799B (or 0xA2799B) is unknown color: approx Bouquet. HEX triplet: A2, 79 and 9B. RGB value is (162,121,155). Sum of RGB (Red+Green+Blue) = 162+121+155=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 162 - color contains mainly: red. Hex color #A2799B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2799B is #5D8664. Grayscale: #898989. Windows color (decimal): -6129253 or 10189218. OLE color: 10189218.

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

Color convert

RGB162121155-
CMYK00.250.040.36
HSL310.24º18.06%55.49%-
HSV(B)310.24º25.31%63.53%-
XYZ27.6523.7234.13-
YUV137.14138.08145.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.99%
GREEN value IS 121 (47.66% from 255) = 27.63%
BLUE value IS 155 (60.94% from 255) = 35.39%
R=36.99%
G=27.63%
B=35.39%

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
Decimal16212115500.250.040.36310.2418.0655.49
HexA2799B0194241361237
Octal2421712330314444662267
Binary1010001011110011001101101100110010010010011011010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2799B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2799B; }

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

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

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

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

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

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

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

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