#A2879E

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

Shades of Bouquet #A2879E

Tints of Bouquet #A2879E

Color information

#A2879E (or 0xA2879E) is unknown color: approx Bouquet. HEX triplet: A2, 87 and 9E. RGB value is (162,135,158). Sum of RGB (Red+Green+Blue) = 162+135+158=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 158 (62.11% from 255 or 34.73% from 455); Max value from RGB is 162 - color contains mainly: red. Hex color #A2879E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2879E is #5D7861. Grayscale: #919191. Windows color (decimal): -6125666 or 10389410. OLE color: 10389410.

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

Color convert

RGB162135158-
CMYK00.170.020.36
HSL308.89º12.68%58.24%-
HSV(B)308.89º16.67%63.53%-
XYZ29.7427.4836.08-
YUV145.7134.95139.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.60%
GREEN value IS 135 (53.12% from 255) = 29.67%
BLUE value IS 158 (62.11% from 255) = 34.73%
R=35.60%
G=29.67%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213515800.170.020.36308.8912.6858.24
HexA2879E011224135d3a
Octal2422072360212444651572
Binary101000101000011110011110010001101001001001101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2879E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2879E; }

 p { color: rgb(162,135,158); }

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

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

 a { background-color: rgb(162,135,158); }

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

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

 span { border-color: rgb(162,135,158); }

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