#A5839B

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

Shades of Bouquet #A5839B

Tints of Bouquet #A5839B

Color information

#A5839B (or 0xA5839B) is unknown color: approx Bouquet. HEX triplet: A5, 83 and 9B. RGB value is (165,131,155). Sum of RGB (Red+Green+Blue) = 165+131+155=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 165 - color contains mainly: red. Hex color #A5839B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5839B is #5A7C64. Grayscale: #8F8F8F. Windows color (decimal): -5930085 or 10191781. OLE color: 10191781.

HSL color Cylindrical-coordinate representation of color #A5839B: hue angle of 317.65º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5839B is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB165131155-
CMYK00.210.060.35
HSL317.65º15.89%58.04%-
HSV(B)317.65º20.61%64.71%-
XYZ29.5526.634.59-
YUV143.9134.26143.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.59%
GREEN value IS 131 (51.56% from 255) = 29.05%
BLUE value IS 155 (60.94% from 255) = 34.37%
R=36.59%
G=29.05%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513115500.210.060.35317.6515.8958.04
HexA5839B01562313e103a
Octal2452032330256434762072
Binary10100101100000111001101101010111010001110011111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5839B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5839B; }

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

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

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

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

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

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

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

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