Html Css Color HEX #A7849D Bouquet

📋 copy color: '#A7849D'

red 167 ◦ green 132 ◦ blue 157

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

Shades of Bouquet #A7849D

Tints of Bouquet #A7849D

RGB

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

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

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

R = 36.62%
G = 28.95%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A7849D (or 0xA7849D) is known color: Bouquet. HEX triplet: A7, 84 and 9D. RGB value is (167,132,157). Sum of RGB (Red+Green+Blue) = 167+132+157=456 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.62% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 167 - color contains mainly: red. Hex color #A7849D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7849D is #587B62. Grayscale: #919191. Windows color (decimal): -5798755 or 10323111. OLE color: 10323111.

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

Color convert

RGB 167 132 157 -
CMYK 0 0.21 0.06 0.35
HSL 317.14º 0.17% 0.59% -
HSV(B) 317.14º 0.21% 0.65% -
XYZ 30.27 27.15 35.54 -
YUV 145.32 134.6 143.47 -
System Red Green Blue C M Y K H S L
Decimal 167 132 157 0 0.21 0.06 0.35 317.14 0.17 0.59
Hex A7 84 9D 0 15 6 23 13D 11 3B
Octal 247 204 235 0 25 6 43 475 21 73
Binary 10100111 10000100 10011101 0 10101 110 100011 100111101 10001 111011

Color Harmonies of #A7849D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7849D

Black with #A7849D

Text Example


Text Example

White with #A7849D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7849D; }

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

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

background-color css

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

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

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

border-color css

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

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

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