Html Css Color HEX #A1799B Bouquet

📋 copy color: '#A1799B'

red 161 ◦ green 121 ◦ blue 155

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

Shades of Bouquet #A1799B

Tints of Bouquet #A1799B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.69%

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

R = 36.84%
G = 27.69%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A1799B (or 0xA1799B) is known color: Bouquet. HEX triplet: A1, 79 and 9B. RGB value is (161,121,155). Sum of RGB (Red+Green+Blue) = 161+121+155=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 161 - color contains mainly: red. Hex color #A1799B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1799B is #5E8664. Grayscale: #888888. Windows color (decimal): -6194789 or 10189217. OLE color: 10189217.

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

Color convert

RGB 161 121 155 -
CMYK 0 0.25 0.04 0.37
HSL 309º 0.18% 0.55% -
HSV(B) 309º 0.25% 0.63% -
XYZ 27.45 23.62 34.12 -
YUV 136.84 138.25 145.24 -
System Red Green Blue C M Y K H S L
Decimal 161 121 155 0 0.25 0.04 0.37 309 0.18 0.55
Hex A1 79 9B 0 19 4 25 135 12 37
Octal 241 171 233 0 31 4 45 465 22 67
Binary 10100001 1111001 10011011 0 11001 100 100101 100110101 10010 110111

Color Harmonies of #A1799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1799B

Black with #A1799B

Text Example


Text Example

White with #A1799B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1799B; }

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

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

background-color css

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

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

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

border-color css

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

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

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