#A0879B

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

Shades of Bouquet #A0879B

Tints of Bouquet #A0879B

Color information

#A0879B (or 0xA0879B) is unknown color: approx Bouquet. HEX triplet: A0, 87 and 9B. RGB value is (160,135,155). Sum of RGB (Red+Green+Blue) = 160+135+155=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 160 - color contains mainly: red. Hex color #A0879B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0879B is #5F7864. Grayscale: #909090. Windows color (decimal): -6256741 or 10192800. OLE color: 10192800.

HSL color Cylindrical-coordinate representation of color #A0879B: hue angle of 312º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0879B is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB160135155-
CMYK00.160.030.37
HSL312º11.63%57.84%-
HSV(B)312º15.62%62.75%-
XYZ29.0827.1734.72-
YUV144.76133.78138.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.56%
GREEN value IS 135 (53.12% from 255) = 30%
BLUE value IS 155 (60.94% from 255) = 34.44%
R=35.56%
G=30%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013515500.160.030.3731211.6357.84
HexA0879B010325138c3a
Octal2402072330203454701472
Binary101000001000011110011011010000111001011001110001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0879B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0879B; }

 p { color: rgb(160,135,155); }

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

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

 a { background-color: rgb(160,135,155); }

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

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

 span { border-color: rgb(160,135,155); }

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