#A0799B

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

Shades of Bouquet #A0799B

Tints of Bouquet #A0799B

Color information

#A0799B (or 0xA0799B) is unknown color: approx Bouquet. HEX triplet: A0, 79 and 9B. RGB value is (160,121,155). Sum of RGB (Red+Green+Blue) = 160+121+155=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 160 - color contains mainly: red. Hex color #A0799B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0799B is #5F8664. Grayscale: #888888. Windows color (decimal): -6260325 or 10189216. OLE color: 10189216.

HSL color Cylindrical-coordinate representation of color #A0799B: hue angle of 307.69º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0799B is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB160121155-
CMYK00.240.030.37
HSL307.69º17.03%55.1%-
HSV(B)307.69º24.38%62.75%-
XYZ27.2523.5134.11-
YUV136.54138.42144.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.70%
GREEN value IS 121 (47.66% from 255) = 27.75%
BLUE value IS 155 (60.94% from 255) = 35.55%
R=36.70%
G=27.75%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012115500.240.030.37307.6917.0355.1
HexA0799B0183251341137
Octal2401712330303454642167
Binary101000001111001100110110110001110010110011010010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0799B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0799B; }

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

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

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

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

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

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

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

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