Html Css Color HEX #A5849F Bouquet

📋 copy color: '#A5849F'

red 165 ◦ green 132 ◦ blue 159

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

Shades of Bouquet #A5849F

Tints of Bouquet #A5849F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.95%

 BLUE value IS 159 (62.5% from 255) = 34.87%

R = 36.18%
G = 28.95%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A5849F (or 0xA5849F) is known color: Bouquet. HEX triplet: A5, 84 and 9F. RGB value is (165,132,159). Sum of RGB (Red+Green+Blue) = 165+132+159=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 159 (62.5% from 255 or 34.87% from 456); Max value from RGB is 165 - color contains mainly: red. Hex color #A5849F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5849F is #5A7B60. Grayscale: #909090. Windows color (decimal): -5929825 or 10454181. OLE color: 10454181.

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

Color convert

RGB 165 132 159 -
CMYK 0 0.20 0.04 0.35
HSL 310.91º 0.15% 0.58% -
HSV(B) 310.91º 0.2% 0.65% -
XYZ 30.03 27.01 36.43 -
YUV 144.95 135.93 142.3 -
System Red Green Blue C M Y K H S L
Decimal 165 132 159 0 0.20 0.04 0.35 310.91 0.15 0.58
Hex A5 84 9F 0 14 4 23 137 F 3A
Octal 245 204 237 0 24 4 43 467 17 72
Binary 10100101 10000100 10011111 0 10100 100 100011 100110111 1111 111010

Color Harmonies of #A5849F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5849F

Black with #A5849F

Text Example


Text Example

White with #A5849F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5849F; }

 p { color: rgb(165,132,159); }

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

background-color css

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

 a { background-color: rgb(165,132,159); }

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

border-color css

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

 span { border-color: rgb(165,132,159); }

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