#A3799C

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

Shades of Bouquet #A3799C

Tints of Bouquet #A3799C

Color information

#A3799C (or 0xA3799C) is unknown color: approx Bouquet. HEX triplet: A3, 79 and 9C. RGB value is (163,121,156). Sum of RGB (Red+Green+Blue) = 163+121+156=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 163 - color contains mainly: red. Hex color #A3799C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3799C is #5C8663. Grayscale: #898989. Windows color (decimal): -6063716 or 10254755. OLE color: 10254755.

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

Color convert

RGB163121156-
CMYK00.260.040.36
HSL310º18.58%55.69%-
HSV(B)310º25.77%63.92%-
XYZ27.9423.8634.59-
YUV137.55138.41146.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.05%
GREEN value IS 121 (47.66% from 255) = 27.5%
BLUE value IS 156 (61.33% from 255) = 35.45%
R=37.05%
G=27.5%
B=35.45%

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
Decimal16312115600.260.040.3631018.5855.69
HexA3799C01A4241361338
Octal2431712340324444662370
Binary1010001111110011001110001101010010010010011011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3799C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3799C; }

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

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

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

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

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

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

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

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