#A3769D

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

Shades of Bouquet #A3769D

Tints of Bouquet #A3769D

Color information

#A3769D (or 0xA3769D) is unknown color: approx Bouquet. HEX triplet: A3, 76 and 9D. RGB value is (163,118,157). Sum of RGB (Red+Green+Blue) = 163+118+157=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 163 - color contains mainly: red. Hex color #A3769D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3769D is #5C8962. Grayscale: #878787. Windows color (decimal): -6064483 or 10319523. OLE color: 10319523.

HSL color Cylindrical-coordinate representation of color #A3769D: hue angle of 308º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A3769D is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB163118157-
CMYK00.280.040.36
HSL308º19.65%55.1%-
HSV(B)308º27.61%63.92%-
XYZ27.6723.1834.91-
YUV135.9139.91147.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.21%
GREEN value IS 118 (46.48% from 255) = 26.94%
BLUE value IS 157 (61.72% from 255) = 35.84%
R=37.21%
G=26.94%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311815700.280.040.3630819.6555.1
HexA3769D01C4241341437
Octal2431662350344444642467
Binary1010001111101101001110101110010010010010011010010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3769D; }

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

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

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

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

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

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

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

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