#A3799E

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

Shades of Bouquet #A3799E

Tints of Bouquet #A3799E

Color information

#A3799E (or 0xA3799E) is unknown color: approx Bouquet. HEX triplet: A3, 79 and 9E. RGB value is (163,121,158). Sum of RGB (Red+Green+Blue) = 163+121+158=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 121 (47.66% from 255 or 27.38% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 163 - color contains mainly: red. Hex color #A3799E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3799E is #5C8661. Grayscale: #898989. Windows color (decimal): -6063714 or 10385827. OLE color: 10385827.

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

Color convert

RGB163121158-
CMYK00.260.030.36
HSL307.14º18.58%55.69%-
HSV(B)307.14º25.77%63.92%-
XYZ28.1123.9335.48-
YUV137.78139.41145.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.88%
GREEN value IS 121 (47.66% from 255) = 27.38%
BLUE value IS 158 (62.11% from 255) = 35.75%
R=36.88%
G=27.38%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312115800.260.030.36307.1418.5855.69
HexA3799E01A3241331338
Octal2431712360323444632370
Binary101000111111001100111100110101110010010011001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3799E; }

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

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

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

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

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

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

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

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