#A2759B

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

Shades of Bouquet #A2759B

Tints of Bouquet #A2759B

Color information

#A2759B (or 0xA2759B) is unknown color: approx Bouquet. HEX triplet: A2, 75 and 9B. RGB value is (162,117,155). Sum of RGB (Red+Green+Blue) = 162+117+155=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 162 - color contains mainly: red. Hex color #A2759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2759B is #5D8A64. Grayscale: #868686. Windows color (decimal): -6130277 or 10188194. OLE color: 10188194.

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

Color convert

RGB162117155-
CMYK00.280.040.36
HSL309.33º19.48%54.71%-
HSV(B)309.33º27.78%63.53%-
XYZ27.1822.7733.97-
YUV134.79139.41147.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.33%
GREEN value IS 117 (46.09% from 255) = 26.96%
BLUE value IS 155 (60.94% from 255) = 35.71%
R=37.33%
G=26.96%
B=35.71%

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
Decimal16211715500.280.040.36309.3319.4854.71
HexA2759B01C4241351337
Octal2421652330344444652367
Binary1010001011101011001101101110010010010010011010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2759B; }

 p { color: rgb(162,117,155); }

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

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

 a { background-color: rgb(162,117,155); }

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

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

 span { border-color: rgb(162,117,155); }

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