#A2769D

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

Shades of Bouquet #A2769D

Tints of Bouquet #A2769D

Color information

#A2769D (or 0xA2769D) is unknown color: approx Bouquet. HEX triplet: A2, 76 and 9D. RGB value is (162,118,157). Sum of RGB (Red+Green+Blue) = 162+118+157=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 162 - color contains mainly: red. Hex color #A2769D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2769D is #5D8962. Grayscale: #878787. Windows color (decimal): -6130019 or 10319522. OLE color: 10319522.

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

Color convert

RGB162118157-
CMYK00.270.030.36
HSL306.82º19.13%54.9%-
HSV(B)306.82º27.16%63.53%-
XYZ27.4623.0734.9-
YUV135.6140.08146.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.07%
GREEN value IS 118 (46.48% from 255) = 27.00%
BLUE value IS 157 (61.72% from 255) = 35.93%
R=37.07%
G=27.00%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211815700.270.030.36306.8219.1354.9
HexA2769D01B3241331337
Octal2421662350333444632367
Binary101000101110110100111010110111110010010011001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2769D; }

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

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

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

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

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

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

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

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