Html Css Color HEX #A6849B Bouquet

📋 copy color: '#A6849B'

red 166 ◦ green 132 ◦ blue 155

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

Shades of Bouquet #A6849B

Tints of Bouquet #A6849B

RGB

 RED value IS 166 (65.23% from 255) = 36.64%

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

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

R = 36.64%
G = 29.14%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A6849B (or 0xA6849B) is known color: Bouquet. HEX triplet: A6, 84 and 9B. RGB value is (166,132,155). Sum of RGB (Red+Green+Blue) = 166+132+155=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 166 - color contains mainly: red. Hex color #A6849B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6849B is #597B64. Grayscale: #909090. Windows color (decimal): -5864293 or 10192038. OLE color: 10192038.

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

Color convert

RGB 166 132 155 -
CMYK 0 0.20 0.07 0.35
HSL 319.41º 0.16% 0.58% -
HSV(B) 319.41º 0.2% 0.65% -
XYZ 29.89 26.98 34.64 -
YUV 144.79 133.76 143.13 -
System Red Green Blue C M Y K H S L
Decimal 166 132 155 0 0.20 0.07 0.35 319.41 0.16 0.58
Hex A6 84 9B 0 14 7 23 13F 10 3A
Octal 246 204 233 0 24 7 43 477 20 72
Binary 10100110 10000100 10011011 0 10100 111 100011 100111111 10000 111010

Color Harmonies of #A6849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6849B

Black with #A6849B

Text Example


Text Example

White with #A6849B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6849B; }

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

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

background-color css

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

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

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

border-color css

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

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

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