#A0839B

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

Shades of Bouquet #A0839B

Tints of Bouquet #A0839B

Color information

#A0839B (or 0xA0839B) is unknown color: approx Bouquet. HEX triplet: A0, 83 and 9B. RGB value is (160,131,155). Sum of RGB (Red+Green+Blue) = 160+131+155=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 160 - color contains mainly: red. Hex color #A0839B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0839B is #5F7C64. Grayscale: #8E8E8E. Windows color (decimal): -6257765 or 10191776. OLE color: 10191776.

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

Color convert

RGB160131155-
CMYK00.180.030.37
HSL310.34º13.24%57.06%-
HSV(B)310.34º18.13%62.75%-
XYZ28.5326.0734.54-
YUV142.41135.11140.55-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.87%
GREEN value IS 131 (51.56% from 255) = 29.37%
BLUE value IS 155 (60.94% from 255) = 34.75%
R=35.87%
G=29.37%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013115500.180.030.37310.3413.2457.06
HexA0839B012325136d39
Octal2402032330223454661571
Binary101000001000001110011011010010111001011001101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0839B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0839B; }

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

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

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

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

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

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

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

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