#A2869C

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

Shades of Bouquet #A2869C

Tints of Bouquet #A2869C

Color information

#A2869C (or 0xA2869C) is unknown color: approx Bouquet. HEX triplet: A2, 86 and 9C. RGB value is (162,134,156). Sum of RGB (Red+Green+Blue) = 162+134+156=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 162 - color contains mainly: red. Hex color #A2869C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2869C is #5D7963. Grayscale: #909090. Windows color (decimal): -6125924 or 10258082. OLE color: 10258082.

HSL color Cylindrical-coordinate representation of color #A2869C: hue angle of 312.86º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A2869C is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB162134156-
CMYK00.170.040.36
HSL312.86º13.08%58.04%-
HSV(B)312.86º17.28%63.53%-
XYZ29.4327.1335.14-
YUV144.88134.28140.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.84%
GREEN value IS 134 (52.73% from 255) = 29.65%
BLUE value IS 156 (61.33% from 255) = 34.51%
R=35.84%
G=29.65%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213415600.170.040.36312.8613.0858.04
HexA2869C011424139d3a
Octal2422062340214444711572
Binary1010001010000110100111000100011001001001001110011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2869C; }

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

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

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

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

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

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

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

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