#A2769C

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

Shades of Bouquet #A2769C

Tints of Bouquet #A2769C

Color information

#A2769C (or 0xA2769C) is unknown color: approx Bouquet. HEX triplet: A2, 76 and 9C. RGB value is (162,118,156). Sum of RGB (Red+Green+Blue) = 162+118+156=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 162 - color contains mainly: red. Hex color #A2769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2769C is #5D8963. Grayscale: #878787. Windows color (decimal): -6130020 or 10253986. OLE color: 10253986.

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

Color convert

RGB162118156-
CMYK00.270.040.36
HSL308.18º19.13%54.9%-
HSV(B)308.18º27.16%63.53%-
XYZ27.3823.0434.46-
YUV135.49139.58146.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.16%
GREEN value IS 118 (46.48% from 255) = 27.06%
BLUE value IS 156 (61.33% from 255) = 35.78%
R=37.16%
G=27.06%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211815600.270.040.36308.1819.1354.9
HexA2769C01B4241341337
Octal2421662340334444642367
Binary1010001011101101001110001101110010010010011010010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2769C; }

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

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

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

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

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

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

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

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