#A0789B

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

Shades of Bouquet #A0789B

Tints of Bouquet #A0789B

Color information

#A0789B (or 0xA0789B) is unknown color: approx Bouquet. HEX triplet: A0, 78 and 9B. RGB value is (160,120,155). Sum of RGB (Red+Green+Blue) = 160+120+155=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 160 - color contains mainly: red. Hex color #A0789B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0789B is #5F8764. Grayscale: #878787. Windows color (decimal): -6260581 or 10188960. OLE color: 10188960.

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

Color convert

RGB160120155-
CMYK00.250.030.37
HSL307.5º17.39%54.9%-
HSV(B)307.5º25%62.75%-
XYZ27.1323.2734.07-
YUV135.95138.75145.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.78%
GREEN value IS 120 (47.27% from 255) = 27.59%
BLUE value IS 155 (60.94% from 255) = 35.63%
R=36.78%
G=27.59%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012015500.250.030.37307.517.3954.9
HexA0789B0193251341137
Octal2401702330313454642167
Binary101000001111000100110110110011110010110011010010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0789B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0789B; }

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

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

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

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

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

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

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

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