#A3799D

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

Shades of Bouquet #A3799D

Tints of Bouquet #A3799D

Color information

#A3799D (or 0xA3799D) is unknown color: approx Bouquet. HEX triplet: A3, 79 and 9D. RGB value is (163,121,157). Sum of RGB (Red+Green+Blue) = 163+121+157=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 163 - color contains mainly: red. Hex color #A3799D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3799D is #5C8662. Grayscale: #898989. Windows color (decimal): -6063715 or 10320291. OLE color: 10320291.

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

Color convert

RGB163121157-
CMYK00.260.040.36
HSL308.57º18.58%55.69%-
HSV(B)308.57º25.77%63.92%-
XYZ28.0323.935.03-
YUV137.66138.91146.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.96%
GREEN value IS 121 (47.66% from 255) = 27.44%
BLUE value IS 157 (61.72% from 255) = 35.60%
R=36.96%
G=27.44%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312115700.260.040.36308.5718.5855.69
HexA3799D01A4241351338
Octal2431712350324444652370
Binary1010001111110011001110101101010010010010011010110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3799D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3799D; }

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

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

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

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

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

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

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

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