#A3799F

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

Shades of Bouquet #A3799F

Tints of Bouquet #A3799F

Color information

#A3799F (or 0xA3799F) is unknown color: approx Bouquet. HEX triplet: A3, 79 and 9F. RGB value is (163,121,159). Sum of RGB (Red+Green+Blue) = 163+121+159=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 163 - color contains mainly: red. Hex color #A3799F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3799F is #5C8660. Grayscale: #898989. Windows color (decimal): -6063713 or 10451363. OLE color: 10451363.

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

Color convert

RGB163121159-
CMYK00.260.020.36
HSL305.71º18.58%55.69%-
HSV(B)305.71º25.77%63.92%-
XYZ28.223.9635.94-
YUV137.89139.91145.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.79%
GREEN value IS 121 (47.66% from 255) = 27.31%
BLUE value IS 159 (62.5% from 255) = 35.89%
R=36.79%
G=27.31%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312115900.260.020.36305.7118.5855.69
HexA3799F01A2241321338
Octal2431712370322444622370
Binary101000111111001100111110110101010010010011001010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3799F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3799F; }

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

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

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

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

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

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

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

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