Html Css Color HEX #A5849B Bouquet

📋 copy color: '#A5849B'

red 165 ◦ green 132 ◦ blue 155

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

Shades of Bouquet #A5849B

Tints of Bouquet #A5849B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.29%

R = 36.5%
G = 29.2%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A5849B (or 0xA5849B) is known color: Bouquet. HEX triplet: A5, 84 and 9B. RGB value is (165,132,155). Sum of RGB (Red+Green+Blue) = 165+132+155=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 155 (60.94% from 255 or 34.29% from 452); Max value from RGB is 165 - color contains mainly: red. Hex color #A5849B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5849B is #5A7B64. Grayscale: #909090. Windows color (decimal): -5929829 or 10192037. OLE color: 10192037.

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

Color convert

RGB 165 132 155 -
CMYK 0 0.20 0.06 0.35
HSL 318.18º 0.15% 0.58% -
HSV(B) 318.18º 0.2% 0.65% -
XYZ 29.68 26.87 34.63 -
YUV 144.49 133.93 142.63 -
System Red Green Blue C M Y K H S L
Decimal 165 132 155 0 0.20 0.06 0.35 318.18 0.15 0.58
Hex A5 84 9B 0 14 6 23 13E F 3A
Octal 245 204 233 0 24 6 43 476 17 72
Binary 10100101 10000100 10011011 0 10100 110 100011 100111110 1111 111010

Color Harmonies of #A5849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5849B

Black with #A5849B

Text Example


Text Example

White with #A5849B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5849B; }

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

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

background-color css

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

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

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

border-color css

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

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

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