#A2799E

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

Shades of Bouquet #A2799E

Tints of Bouquet #A2799E

Color information

#A2799E (or 0xA2799E) is unknown color: approx Bouquet. HEX triplet: A2, 79 and 9E. RGB value is (162,121,158). Sum of RGB (Red+Green+Blue) = 162+121+158=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 162 - color contains mainly: red. Hex color #A2799E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2799E is #5D8661. Grayscale: #898989. Windows color (decimal): -6129250 or 10385826. OLE color: 10385826.

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

Color convert

RGB162121158-
CMYK00.250.020.36
HSL305.85º18.06%55.49%-
HSV(B)305.85º25.31%63.53%-
XYZ27.9123.8235.48-
YUV137.48139.58145.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.73%
GREEN value IS 121 (47.66% from 255) = 27.44%
BLUE value IS 158 (62.11% from 255) = 35.83%
R=36.73%
G=27.44%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212115800.250.020.36305.8518.0655.49
HexA2799E0192241321237
Octal2421712360312444622267
Binary101000101111001100111100110011010010010011001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2799E; }

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

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

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

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

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

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

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

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