#A3769B

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

Shades of Bouquet #A3769B

Tints of Bouquet #A3769B

Color information

#A3769B (or 0xA3769B) is unknown color: approx Bouquet. HEX triplet: A3, 76 and 9B. RGB value is (163,118,155). Sum of RGB (Red+Green+Blue) = 163+118+155=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 163 - color contains mainly: red. Hex color #A3769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3769B is #5C8964. Grayscale: #878787. Windows color (decimal): -6064485 or 10188451. OLE color: 10188451.

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

Color convert

RGB163118155-
CMYK00.280.050.36
HSL310.67º19.65%55.1%-
HSV(B)310.67º27.61%63.92%-
XYZ27.523.1134.02-
YUV135.67138.91147.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.39%
GREEN value IS 118 (46.48% from 255) = 27.06%
BLUE value IS 155 (60.94% from 255) = 35.55%
R=37.39%
G=27.06%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311815500.280.050.36310.6719.6555.1
HexA3769B01C5241371437
Octal2431662330345444672467
Binary1010001111101101001101101110010110010010011011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3769B; }

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

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

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

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

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

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

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

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