Html Css Color HEX #A5859E Bouquet

📋 copy color: '#A5859E'

red 165 ◦ green 133 ◦ blue 158

#A5859E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #A5859E

Tints of Bouquet #A5859E

RGB

 RED value IS 165 (64.84% from 255) = 36.18%

 GREEN value IS 133 (52.34% from 255) = 29.17%

 BLUE value IS 158 (62.11% from 255) = 34.65%

R = 36.18%
G = 29.17%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A5859E (or 0xA5859E) is known color: Bouquet. HEX triplet: A5, 85 and 9E. RGB value is (165,133,158). Sum of RGB (Red+Green+Blue) = 165+133+158=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 165 - color contains mainly: red. Hex color #A5859E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5859E is #5A7A61. Grayscale: #919191. Windows color (decimal): -5929570 or 10388901. OLE color: 10388901.

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

Color convert

RGB 165 133 158 -
CMYK 0 0.19 0.04 0.35
HSL 313.13º 0.15% 0.58% -
HSV(B) 313.13º 0.19% 0.65% -
XYZ 30.08 27.24 36.02 -
YUV 145.42 135.1 141.97 -
System Red Green Blue C M Y K H S L
Decimal 165 133 158 0 0.19 0.04 0.35 313.13 0.15 0.58
Hex A5 85 9E 0 13 4 23 139 F 3A
Octal 245 205 236 0 23 4 43 471 17 72
Binary 10100101 10000101 10011110 0 10011 100 100011 100111001 1111 111010

Color Harmonies of #A5859E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5859E

Black with #A5859E

Text Example


Text Example

White with #A5859E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5859E; }

 p { color: rgb(165,133,158); }

 H1.HeaderClassName
 {
   color: #A5859E;
 }
 .AnyTagClassName
 {
   color: #A5859E;
 }
</style>

background-color css

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

 a { background-color: rgb(165,133,158); }

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

border-color css

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

 span { border-color: rgb(165,133,158); }

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