Html Css Color HEX #A7849B Bouquet

📋 copy color: '#A7849B'

red 167 ◦ green 132 ◦ blue 155

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

Shades of Bouquet #A7849B

Tints of Bouquet #A7849B

RGB

 RED value IS 167 (65.63% from 255) = 36.78%

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

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

R = 36.78%
G = 29.07%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A7849B (or 0xA7849B) is known color: Bouquet. HEX triplet: A7, 84 and 9B. RGB value is (167,132,155). Sum of RGB (Red+Green+Blue) = 167+132+155=454 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.78% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 167 - color contains mainly: red. Hex color #A7849B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7849B is #587B64. Grayscale: #919191. Windows color (decimal): -5798757 or 10192039. OLE color: 10192039.

HSL color Cylindrical-coordinate representation of color #A7849B: hue angle of 320.57º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A7849B is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 132 155 -
CMYK 0 0.21 0.07 0.35
HSL 320.57º 0.17% 0.59% -
HSV(B) 320.57º 0.21% 0.65% -
XYZ 30.1 27.08 34.65 -
YUV 145.09 133.6 143.63 -
System Red Green Blue C M Y K H S L
Decimal 167 132 155 0 0.21 0.07 0.35 320.57 0.17 0.59
Hex A7 84 9B 0 15 7 23 141 11 3B
Octal 247 204 233 0 25 7 43 501 21 73
Binary 10100111 10000100 10011011 0 10101 111 100011 101000001 10001 111011

Color Harmonies of #A7849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7849B

Black with #A7849B

Text Example


Text Example

White with #A7849B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7849B; }

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

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

background-color css

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

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

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

border-color css

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

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

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