#A0839C

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

Shades of Bouquet #A0839C

Tints of Bouquet #A0839C

Color information

#A0839C (or 0xA0839C) is unknown color: approx Bouquet. HEX triplet: A0, 83 and 9C. RGB value is (160,131,156). Sum of RGB (Red+Green+Blue) = 160+131+156=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 160 - color contains mainly: red. Hex color #A0839C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0839C is #5F7C63. Grayscale: #8E8E8E. Windows color (decimal): -6257764 or 10257312. OLE color: 10257312.

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

Color convert

RGB160131156-
CMYK00.180.020.37
HSL308.28º13.24%57.06%-
HSV(B)308.28º18.13%62.75%-
XYZ28.6126.1134.98-
YUV142.52135.61140.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.79%
GREEN value IS 131 (51.56% from 255) = 29.31%
BLUE value IS 156 (61.33% from 255) = 34.90%
R=35.79%
G=29.31%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013115600.180.020.37308.2813.2457.06
HexA0839C012225134d39
Octal2402032340222454641571
Binary101000001000001110011100010010101001011001101001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0839C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0839C; }

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

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

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

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

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

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

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

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