Html Css Color HEX #A5849D Bouquet

📋 copy color: '#A5849D'

red 165 ◦ green 132 ◦ blue 157

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

Shades of Bouquet #A5849D

Tints of Bouquet #A5849D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.58%

R = 36.34%
G = 29.07%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5849D (or 0xA5849D) is known color: Bouquet. HEX triplet: A5, 84 and 9D. RGB value is (165,132,157). Sum of RGB (Red+Green+Blue) = 165+132+157=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 157 (61.72% from 255 or 34.58% from 454); Max value from RGB is 165 - color contains mainly: red. Hex color #A5849D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5849D is #5A7B62. Grayscale: #909090. Windows color (decimal): -5929827 or 10323109. OLE color: 10323109.

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

Color convert

RGB 165 132 157 -
CMYK 0 0.20 0.05 0.35
HSL 314.55º 0.15% 0.58% -
HSV(B) 314.55º 0.2% 0.65% -
XYZ 29.85 26.94 35.52 -
YUV 144.72 134.93 142.47 -
System Red Green Blue C M Y K H S L
Decimal 165 132 157 0 0.20 0.05 0.35 314.55 0.15 0.58
Hex A5 84 9D 0 14 5 23 13B F 3A
Octal 245 204 235 0 24 5 43 473 17 72
Binary 10100101 10000100 10011101 0 10100 101 100011 100111011 1111 111010

Color Harmonies of #A5849D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5849D

Black with #A5849D

Text Example


Text Example

White with #A5849D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5849D; }

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

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

background-color css

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

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

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

border-color css

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

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

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