#A2759C

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

Shades of Bouquet #A2759C

Tints of Bouquet #A2759C

Color information

#A2759C (or 0xA2759C) is unknown color: approx Bouquet. HEX triplet: A2, 75 and 9C. RGB value is (162,117,156). Sum of RGB (Red+Green+Blue) = 162+117+156=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 162 - color contains mainly: red. Hex color #A2759C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2759C is #5D8A63. Grayscale: #868686. Windows color (decimal): -6130276 or 10253730. OLE color: 10253730.

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

Color convert

RGB162117156-
CMYK00.280.040.36
HSL308º19.48%54.71%-
HSV(B)308º27.78%63.53%-
XYZ27.2622.834.42-
YUV134.9139.91147.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.24%
GREEN value IS 117 (46.09% from 255) = 26.90%
BLUE value IS 156 (61.33% from 255) = 35.86%
R=37.24%
G=26.90%
B=35.86%

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
Decimal16211715600.280.040.3630819.4854.71
HexA2759C01C4241341337
Octal2421652340344444642367
Binary1010001011101011001110001110010010010010011010010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2759C; }

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

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

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

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

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

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

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

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