#A5839D

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

Shades of Bouquet #A5839D

Tints of Bouquet #A5839D

Color information

#A5839D (or 0xA5839D) is unknown color: approx Bouquet. HEX triplet: A5, 83 and 9D. RGB value is (165,131,157). Sum of RGB (Red+Green+Blue) = 165+131+157=453 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.42% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 165 - color contains mainly: red. Hex color #A5839D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5839D is #5A7C62. Grayscale: #909090. Windows color (decimal): -5930083 or 10322853. OLE color: 10322853.

HSL color Cylindrical-coordinate representation of color #A5839D: hue angle of 314.12º 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 #A5839D is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB165131157-
CMYK00.210.050.35
HSL314.12º15.89%58.04%-
HSV(B)314.12º20.61%64.71%-
XYZ29.7226.6735.48-
YUV144.13135.26142.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.42%
GREEN value IS 131 (51.56% from 255) = 28.92%
BLUE value IS 157 (61.72% from 255) = 34.66%
R=36.42%
G=28.92%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513115700.210.050.35314.1215.8958.04
HexA5839D01552313a103a
Octal2452032350255434722072
Binary10100101100000111001110101010110110001110011101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5839D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5839D; }

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

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

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

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

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

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

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

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