#A3799B

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

Shades of Bouquet #A3799B

Tints of Bouquet #A3799B

Color information

#A3799B (or 0xA3799B) is unknown color: approx Bouquet. HEX triplet: A3, 79 and 9B. RGB value is (163,121,155). Sum of RGB (Red+Green+Blue) = 163+121+155=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 163 - color contains mainly: red. Hex color #A3799B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3799B is #5C8664. Grayscale: #898989. Windows color (decimal): -6063717 or 10189219. OLE color: 10189219.

HSL color Cylindrical-coordinate representation of color #A3799B: hue angle of 311.43º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3799B is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB163121155-
CMYK00.260.050.36
HSL311.43º18.58%55.69%-
HSV(B)311.43º25.77%63.92%-
XYZ27.8623.8334.14-
YUV137.43137.91146.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.13%
GREEN value IS 121 (47.66% from 255) = 27.56%
BLUE value IS 155 (60.94% from 255) = 35.31%
R=37.13%
G=27.56%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312115500.260.050.36311.4318.5855.69
HexA3799B01A5241371338
Octal2431712330325444672370
Binary1010001111110011001101101101010110010010011011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3799B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3799B; }

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

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

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

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

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

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

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

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