Html Css Color HEX #A1849B Bouquet

📋 copy color: '#A1849B'

red 161 ◦ green 132 ◦ blue 155

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

Shades of Bouquet #A1849B

Tints of Bouquet #A1849B

RGB

 RED value IS 161 (63.28% from 255) = 35.94%

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

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

R = 35.94%
G = 29.46%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A1849B (or 0xA1849B) is known color: Bouquet. HEX triplet: A1, 84 and 9B. RGB value is (161,132,155). Sum of RGB (Red+Green+Blue) = 161+132+155=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 161 - color contains mainly: red. Hex color #A1849B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1849B is #5E7B64. Grayscale: #8F8F8F. Windows color (decimal): -6191973 or 10192033. OLE color: 10192033.

HSL color Cylindrical-coordinate representation of color #A1849B: hue angle of 312.41º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A1849B is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 132 155 -
CMYK 0 0.18 0.04 0.37
HSL 312.41º 0.13% 0.57% -
HSV(B) 312.41º 0.18% 0.63% -
XYZ 28.87 26.45 34.59 -
YUV 143.29 134.61 140.63 -
System Red Green Blue C M Y K H S L
Decimal 161 132 155 0 0.18 0.04 0.37 312.41 0.13 0.57
Hex A1 84 9B 0 12 4 25 138 D 39
Octal 241 204 233 0 22 4 45 470 15 71
Binary 10100001 10000100 10011011 0 10010 100 100101 100111000 1101 111001

Color Harmonies of #A1849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1849B

Black with #A1849B

Text Example


Text Example

White with #A1849B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1849B; }

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

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

background-color css

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

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

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

border-color css

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

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

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