#A3799A

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

Shades of Bouquet #A3799A

Tints of Bouquet #A3799A

Color information

#A3799A (or 0xA3799A) is unknown color: approx Bouquet. HEX triplet: A3, 79 and 9A. RGB value is (163,121,154). Sum of RGB (Red+Green+Blue) = 163+121+154=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 163 - color contains mainly: red. Hex color #A3799A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3799A is #5C8665. Grayscale: #898989. Windows color (decimal): -6063718 or 10123683. OLE color: 10123683.

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

Color convert

RGB163121154-
CMYK00.260.060.36
HSL312.86º18.58%55.69%-
HSV(B)312.86º25.77%63.92%-
XYZ27.7723.7933.7-
YUV137.32137.41146.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.21%
GREEN value IS 121 (47.66% from 255) = 27.63%
BLUE value IS 154 (60.55% from 255) = 35.16%
R=37.21%
G=27.63%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312115400.260.060.36312.8618.5855.69
HexA3799A01A6241391338
Octal2431712320326444712370
Binary1010001111110011001101001101011010010010011100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3799A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3799A; }

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

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

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

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

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

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

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

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