#A2799A

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

Shades of Bouquet #A2799A

Tints of Bouquet #A2799A

Color information

#A2799A (or 0xA2799A) is unknown color: approx Bouquet. HEX triplet: A2, 79 and 9A. RGB value is (162,121,154). Sum of RGB (Red+Green+Blue) = 162+121+154=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 162 - color contains mainly: red. Hex color #A2799A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2799A is #5D8665. Grayscale: #888888. Windows color (decimal): -6129254 or 10123682. OLE color: 10123682.

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

Color convert

RGB162121154-
CMYK00.250.050.36
HSL311.71º18.06%55.49%-
HSV(B)311.71º25.31%63.53%-
XYZ27.5723.6933.69-
YUV137.02137.58145.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.07%
GREEN value IS 121 (47.66% from 255) = 27.69%
BLUE value IS 154 (60.55% from 255) = 35.24%
R=37.07%
G=27.69%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212115400.250.050.36311.7118.0655.49
HexA2799A0195241381237
Octal2421712320315444702267
Binary1010001011110011001101001100110110010010011100010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2799A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2799A; }

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

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

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

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

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

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

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

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